]> git.openstreetmap.org Git - chef.git/blob - roles/blix.rb
Replace google-sitemap-generator with www-xml-sitemap-generator-org
[chef.git] / roles / blix.rb
1 name "blix"
2 description "Role applied to all servers at Blix"
3
4 default_attributes(
5   :accounts => {
6     :users => {
7       :blixadmin => { :status => :administrator }
8     }
9   },
10   :hosted_by => "Blix Solutions"
11 )