diff options
Diffstat (limited to 'manifests/init.pp')
-rw-r--r-- | manifests/init.pp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/manifests/init.pp b/manifests/init.pp index 111d990..b0e070c 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -1,5 +1,7 @@ class s6 ( Optional[Array[String]] $scandir_users = [], + String $service_dir, + String $scan_dir, ) { require 'execline' |