]> git.openstreetmap.org Git - chef.git/blob - roles/web-storage.rb
Revert "Explcitly disable IPv6 on the IC internal network"
[chef.git] / roles / web-storage.rb
1 name "web-storage"
2 description "Base role applied to all web/api storage servers"
3
4 default_attributes(
5   :accounts => {
6     :users => {
7       :rails => { :status => :role }
8     }
9   }
10 )
11
12 run_list(
13   "recipe[nfs::server]"
14 )