OSDN Git Service

adds the ['hypercontainer']['config'] attribute.
[metasearch/grid-chef-repo.git] / roles / chef-workstation.rb
1 name 'chef-workstation'
2 description 'Chef workstation node'
3
4 run_list(
5   'role[chef_utils]'
6 )
7
8 #env_run_lists "prod" => ["recipe[apache2]"], "staging" => ["recipe[apache2::staging]"], "_default" => []
9
10 default_attributes(
11 )
12
13 override_attributes(
14 )