diff options
Diffstat (limited to 'manifests/init.pp')
-rw-r--r-- | manifests/init.pp | 3 |
1 files changed, 1 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": ; } } |