OSDN Git Service

fix service control.
[metasearch/grid-chef-repo.git] / roles / dsh.rb
1 name 'dsh'
2 description 'Distributed Shell / Dancer\'s shell installation.'
3
4 run_list(
5   'role[apt]',
6   'recipe[dsh::default]',
7 )
8
9 #env_run_lists()
10
11 default_attributes(
12 )
13
14 #override_attributes()