Displaying 1 result from an estimated 1 matches for "obsd_stat".
Did you mean:
obsd_static
2007 Feb 11
2
tighten up class?
The following works fine but is there some way to make it more succinct?
Thanks,
Kent
class obsd_etc_static {
file { "/etc/mygate":
owner => root, group => wheel, mode => 644,
backup => main,
source => "puppet://example.com/obsd_static/mygate"
}
file { "/etc/rc.conf":
owner => root, group => wheel, mode => 644,
backup => main,
source => "puppet://example.com/obsd_static/rc.conf"
}
file { "/etc/inetd.conf":
owner => root, group...