summaryrefslogtreecommitdiff
path: root/manifests/init.pp
diff options
context:
space:
mode:
authorHendrik Jäger <gitcommit@henk.geekmail.org>2024-06-27 22:40:41 +0200
committerHendrik Jäger <gitcommit@henk.geekmail.org>2024-06-27 22:40:41 +0200
commit02cd16917fdea05d29eeaca5aa6e0340c66ec742 (patch)
tree0e17a2d1b876bcd374389a60128f55b23dab2e9a /manifests/init.pp
parentcc4694865138bf1ad1b84bbe2a30dc19cbb0dc91 (diff)
move execline to common packages
Diffstat (limited to 'manifests/init.pp')
-rw-r--r--manifests/init.pp1
1 files changed, 0 insertions, 1 deletions
diff --git a/manifests/init.pp b/manifests/init.pp
index b0e070c..cf79faa 100644
--- a/manifests/init.pp
+++ b/manifests/init.pp
@@ -3,7 +3,6 @@ class s6 (
String $service_dir,
String $scan_dir,
) {
- require 'execline'
class {
"${name}::install": ;