summaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
Diffstat (limited to 'manifests')
-rw-r--r--manifests/init.pp3
-rw-r--r--manifests/service.pp1
2 files changed, 2 insertions, 2 deletions
diff --git a/manifests/init.pp b/manifests/init.pp
index cf1c5db..18d447a 100644
--- a/manifests/init.pp
+++ b/manifests/init.pp
@@ -5,8 +5,7 @@ class s6 (
class {
"${name}::install": ;
- "${name}::scandir_users": ;
- "${name}::logrotater": ;
"${name}::service": ;
+ "${name}::scandir_users": ;
}
}
diff --git a/manifests/service.pp b/manifests/service.pp
index 92e13c9..1e2083f 100644
--- a/manifests/service.pp
+++ b/manifests/service.pp
@@ -1,4 +1,5 @@
class s6::service {
+ require 's6::logrotater'
service {
's6':
ensure => running,