puppet-standalone-mashup/shared/modules/update_rc_d_defaults/manifests/init.pp

8 lines
140 B
Puppet

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