OSDN Git Service

fix service control.
[metasearch/grid-chef-repo.git] / roles / pdsh.rb
1 name 'pdsh'
2 description 'Efficient rsh-like utility, for using hosts in parallel installation.'
3
4 run_list(
5   'role[apt]',
6   'role[yum-epel]',
7   'recipe[pdsh::default]',
8 )
9
10 #env_run_lists()
11
12 default_attributes(
13 )
14
15 #override_attributes()