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

8 lines
140 B
ObjectPascal
Raw Normal View History

2011-12-08 13:58:22 +00:00
define update_rc_d_defaults {
exec { "update-rc.d-${name}":
command => "update-rc.d ${name} defaults",
path => $base::path
}
}