OSDN Git Service

adds the `supermarket-omnibus-cookbook` cookbook dependency.
[metasearch/grid-chef-repo.git] / roles / security_update.rb
1 name 'security_update'
2 description 'Security Update role.'
3
4 #run_list()
5
6 env_run_lists(
7   #'prod' => ['recipe[apache2]'],
8   #'staging' => ['recipe[apache2::staging]'],
9   #'dev' => ['recipe[commons::platform_update]'],
10   '_default' => [],
11 )
12
13 #default_attributes()
14
15 #override_attributes()
16