From: Silvio Rhatto Date: Fri, 6 Feb 2015 21:37:34 +0000 (-0200) Subject: Make sure we're in a cleanup state X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;ds=sidebyside;p=puppet-hydra.git Make sure we're in a cleanup state --- diff --git a/manifests/init.pp b/manifests/init.pp index f42b2d6..c8d3a68 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -16,4 +16,9 @@ class hydra( target => "$folder/hydra", require => Vcsrepo["$hydra_dir"], } + + # Make sure we're in a cleanup state + file { '/tmp/system-upgrade', '/tmp/system-upgrade-env': + ensure => absent, + } }