]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/tile/recipes/default.rb
Split out default munin plugin installation to a new recipe
[chef.git] / cookbooks / tile / recipes / default.rb
index ead3638aacb063c51f14cffedd0f579e7923eeb3..c1327d811bbd47adbd68818e70166002206ed03e 100644 (file)
@@ -19,6 +19,7 @@
 
 include_recipe "apache"
 include_recipe "git"
+include_recipe "munin"
 include_recipe "nodejs"
 include_recipe "postgresql"
 include_recipe "python"
@@ -360,7 +361,6 @@ end
 postgresql_version = node[:tile][:database][:cluster].split("/").first
 postgis_version = node[:tile][:database][:postgis]
 
-package "postgis"
 package "postgresql-#{postgresql_version}-postgis-#{postgis_version}"
 
 postgresql_user "jburgess" do