]> git.openstreetmap.org Git - chef.git/commitdiff
Add help.apis.dev.openstreetmap.org
authorTom Hughes <tom@compton.nu>
Fri, 23 Aug 2013 17:11:53 +0000 (18:11 +0100)
committerTom Hughes <tom@compton.nu>
Fri, 23 Aug 2013 17:12:13 +0000 (18:12 +0100)
roles/dev.rb

index 7d3f18fcb82be7247a82c2c3e6f157800ede5234..b41ea6634ecefa6a248bcca008814a8ac87dc0e3 100644 (file)
@@ -131,6 +131,10 @@ default_attributes(
       :rails4 => {
         :repository => "git://github.com/tomhughes/openstreetmap-website.git",
         :revision => "rails4"
+      },
+      :help => {
+        :repository => "git://github.com/osmlab/openstreetmap-website.git",
+        :revision => "help-page"
       }
     }
   },