summaryrefslogtreecommitdiff
path: root/manifests/init.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/init.pp')
-rw-r--r--manifests/init.pp9
1 files changed, 3 insertions, 6 deletions
diff --git a/manifests/init.pp b/manifests/init.pp
index 833fd8c..cf1c5db 100644
--- a/manifests/init.pp
+++ b/manifests/init.pp
@@ -4,12 +4,9 @@ class s6 (
require 'execline'
class {
- "${name}::install":
- notify => Class["${name}::service"],
- ;
- "${name}::config":
- notify => Class["${name}::service"],
- ;
+ "${name}::install": ;
+ "${name}::scandir_users": ;
+ "${name}::logrotater": ;
"${name}::service": ;
}
}