summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--manifests/init.pp4
1 files changed, 2 insertions, 2 deletions
diff --git a/manifests/init.pp b/manifests/init.pp
index cf79faa..f9b69d2 100644
--- a/manifests/init.pp
+++ b/manifests/init.pp
@@ -1,7 +1,7 @@
class s6 (
Optional[Array[String]] $scandir_users = [],
- String $service_dir,
- String $scan_dir,
+ String $service_dir = '/etc/s6-services/',
+ String $scan_dir = '/etc/s6-scandir/',
) {
class {