X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/9a841d36aaa2fa4c7041da0b5200919e4233aa4f..f68ae23a0afb7b8fb05a841774430874e4f21497:/roles/gps-tile.rb diff --git a/roles/gps-tile.rb b/roles/gps-tile.rb new file mode 100644 index 000000000..0b20f713d --- /dev/null +++ b/roles/gps-tile.rb @@ -0,0 +1,16 @@ +name "gps-tile" +description "Role applied to all GPS tile servers" + +default_attributes( + :accounts => { + :users => { + :gpstile => :role, + :enf => { :status => :administrator } + } + } +) + +run_list( + "recipe[memcached]", + "recipe[gps-tile]" +)