]> git.immae.eu Git - perso/Immae/Projets/Puppet.git/blobdiff - modules/etckeeper/manifests/run.pp
Install OVH vps from scratch
[perso/Immae/Projets/Puppet.git] / modules / etckeeper / manifests / run.pp
index ddbb4e16a283f2c699302f7da55f0bac8358510d..8ff4bbf1f3397b18101d2917466338ef2ce19a2d 100644 (file)
@@ -1,7 +1,10 @@
-define etckeeper::run ($stages = [Stage['main']], $refreshonly = true, $reason = 'puppet run') {
+define etckeeper::run (
+  $refreshonly = true,
+  $reason = 'puppet run'
+) {
+
   exec { "etckeeper::run::${name}":
     refreshonly => $refreshonly,
     command     => "/usr/bin/etckeeper commit '${reason}' || true",
-    subscribe   => $stages
   }
 }