]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/web/attributes/default.rb
Use cgimap from PPA rather than building from source.
[chef.git] / cookbooks / web / attributes / default.rb
index 8ad59e5440da90c27e221518b68e409c94f96424..540ec54d57928e8ed33b87951b6ee5506ac7bc2b 100644 (file)
@@ -1,3 +1,6 @@
 default[:web][:base_directory] = "/srv/www.openstreetmap.org"
 default[:web][:pid_directory] = "/var/run/web"
 default[:web][:log_directory] = "/var/log/web"
+
+# need the APT source for cgimap to be able to install the package
+default[:apt][:sources] = node[:apt][:sources] | ["openstreetmap-cgimap"]