]> gitweb.fluxo.info Git - puppet-hydra.git/commitdiff
Make sure we're in a cleanup state master
authorSilvio Rhatto <rhatto@riseup.net>
Fri, 6 Feb 2015 21:37:34 +0000 (19:37 -0200)
committerSilvio Rhatto <rhatto@riseup.net>
Fri, 6 Feb 2015 21:37:34 +0000 (19:37 -0200)
manifests/init.pp

index f42b2d65f7b4ea76672b4c07edf860cba59e2b1c..c8d3a681dd94584860ce7a680fac0854e8849e51 100644 (file)
@@ -16,4 +16,9 @@ class hydra(
     target  => "$folder/hydra",
     require => Vcsrepo["$hydra_dir"],
   }
     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,
+  }
 }
 }