Displaying 1 result from an estimated 1 matches for "clientscripts".
2007 Jun 11
1
Thoughts on arrays and generic functions
...b"
}
file { gabtab:
owner => root,
group => root,
mode => 0755,
content => template("gabtab_conf"),
path => "/etc/gabtab"
}
# vcs_cmc script:
file { vcs_cmc:
path => "/var/lib/puppet/clientscripts/vcs_cmc",
owner => root,
group => root,
mode => 0755,
source => "puppet://puppet/clientscripts/vcs_cmc"
}
exec { vcs_cmc:
command => "vcs_cmc $clustername $primarynic $vip1 $mask1
$hostlist",
path =>...