]> gitweb.fluxo.info Git - puppet-nodo.git/commitdiff
Force removal of runit package for a while
authorSilvio Rhatto <rhatto@riseup.net>
Fri, 14 Dec 2012 19:26:40 +0000 (17:26 -0200)
committerSilvio Rhatto <rhatto@riseup.net>
Fri, 14 Dec 2012 19:26:40 +0000 (17:26 -0200)
manifests/nodo.pp

index ea9863b72c8312ef82f2bb8003fab73eb12e8df9..ec66713d60478d0038d7261fbd33bfeffb1263d2 100644 (file)
@@ -15,7 +15,10 @@ class nodo {
 
   # Keep it absent until we discover why it's not being installed
   # inside vservers on debian.
-  class { 'runit':
+  #class { 'runit':
+  #  ensure => absent,
+  #}
+  package { 'runit':
     ensure => absent,
   }