summaryrefslogtreecommitdiff
path: root/manifests/init.pp
diff options
context:
space:
mode:
authorHendrik Jäger <gitcommit@henk.geekmail.org>2022-05-22 11:37:38 +0200
committerHendrik Jäger <gitcommit@henk.geekmail.org>2022-07-25 23:53:04 +0200
commitc64fda634f8609c54196a6223f1e67fb3e0fddc3 (patch)
treeae3b41940802bfcb7d2091c20202b9f9b4df2761 /manifests/init.pp
parent855826195c08bd568d3d5bd0e60d1ccde9a810f0 (diff)
refactor for saner notifications
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": ;
}
}