aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2015-09-21 11:45:31 -0300
committerSilvio Rhatto <rhatto@riseup.net>2015-09-21 11:45:31 -0300
commitcbb6cd752927e8f724e7768617e2d7286fe4b6ed (patch)
tree9f8179119a5757dd5d069f467ac1be63ca28ac9d
parentc3578d248a494224cc508d663bf1f8c42953b491 (diff)
downloadpuppet-nodo-cbb6cd752927e8f724e7768617e2d7286fe4b6ed.tar.gz
puppet-nodo-cbb6cd752927e8f724e7768617e2d7286fe4b6ed.tar.bz2
Do not require runit module
-rw-r--r--manifests/base.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/base.pp b/manifests/base.pp
index 7c9d0fa..6426219 100644
--- a/manifests/base.pp
+++ b/manifests/base.pp
@@ -51,5 +51,5 @@ class nodo::base(
}
# Does not work well inside vservers
- class { 'runit': ensure => absent }
+ #class { 'runit': ensure => absent }
}