]> git.openstreetmap.org Git - chef.git/blobdiff - roles/horntail.rb
Add a db::backup recipe to handle database backups
[chef.git] / roles / horntail.rb
index 6f88fdf24ef202d7dfeb850f685c126d8ae28609..0512ddb5eea35383ff5a086f70d5a28258ce8b6a 100644 (file)
@@ -4,6 +4,7 @@ description "Master role applied to horntail"
 default_attributes(
   :accounts => {
     :users => {
+      :osmbackup => { :status => :role },
       :gravitystorm => { :status => :user }
     }
   },
@@ -140,6 +141,7 @@ run_list(
   "role[chef-server]",
   "role[chef-repository]",
   "role[planet]",
+  "role[stats]",
   "role[web-storage]",
   "recipe[rsyncd]",
   "recipe[openvpn]"