diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2015-02-06 19:37:34 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2015-02-06 19:37:34 -0200 |
commit | 72dfbbe95fccfa438c1093afcc282699eb93a530 (patch) | |
tree | bd2f7e20e6d1e169fe8723796e4c908b3c4c3573 | |
parent | b05c816daa8a74f9c9871826bf3b5ddf5e0cbcd4 (diff) | |
download | puppet-hydra-72dfbbe95fccfa438c1093afcc282699eb93a530.tar.gz puppet-hydra-72dfbbe95fccfa438c1093afcc282699eb93a530.tar.bz2 |
-rw-r--r-- | manifests/init.pp | 5 |
1 files changed, 5 insertions, 0 deletions
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, + } } |