puppet-standalone-mashup/shared/modules/update_rc_d_defaults/manifests/init.pp
2011-12-08 08:58:22 -05:00

8 lines
140 B
Puppet

define update_rc_d_defaults {
exec { "update-rc.d-${name}":
command => "update-rc.d ${name} defaults",
path => $base::path
}
}