Displaying 1 result from an estimated 1 matches for "gabtab".
2007 Jun 11
1
Thoughts on arrays and generic functions
...emplate("llthosts_conf"),
path => "/etc/llthosts"
}
file { llttab:
owner => root,
group => root,
mode => 0644,
content => template("llttab_conf"),
path => "/etc/llttab"
}
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",...