]> git.netwichtig.de Git - user/henk/code/puppet/modules/s6.git/commitdiff
move execline to common packages
authorHendrik Jäger <gitcommit@henk.geekmail.org>
Thu, 27 Jun 2024 20:40:41 +0000 (22:40 +0200)
committerHendrik Jäger <gitcommit@henk.geekmail.org>
Thu, 27 Jun 2024 20:40:41 +0000 (22:40 +0200)
manifests/init.pp

index b0e070cb76f891b5e750b5924828baf20efcccb0..cf79faacc3afc16159aa7f968eec07f270e525d1 100644 (file)
@@ -3,7 +3,6 @@ class s6 (
   String $service_dir,
   String $scan_dir,
 ) {
-  require 'execline'
 
   class {
     "${name}::install": ;