diff --git a/manifests/automount.pp b/manifests/automount.pp index 1e1fd2f..7ef3d67 100644 --- a/manifests/automount.pp +++ b/manifests/automount.pp @@ -29,7 +29,7 @@ # global $ensure = 'present', ) { - contain ::systemd + include ::systemd $mount_name = regsubst(regsubst($where, '/', '-', 'G'), '^-', '', '') diff --git a/manifests/mount.pp b/manifests/mount.pp index 29a0285..e64e2ad 100644 --- a/manifests/mount.pp +++ b/manifests/mount.pp @@ -42,7 +42,7 @@ $ensure = 'present', ) { - contain ::systemd + include ::systemd $mount_name = regsubst(regsubst($where, '/', '-', 'G'), '^-', '', '') diff --git a/manifests/service/dropin.pp b/manifests/service/dropin.pp index edfc532..c578be9 100644 --- a/manifests/service/dropin.pp +++ b/manifests/service/dropin.pp @@ -96,7 +96,7 @@ # } # } - contain ::systemd + include ::systemd $servicename_filtered = regsubst(regsubst(regsubst($servicename, '/', '-', 'G'), '^-', '', ''), '@', '_at_', 'G') diff --git a/manifests/sysvwrapper.pp b/manifests/sysvwrapper.pp index 9d7394d..f440f92 100644 --- a/manifests/sysvwrapper.pp +++ b/manifests/sysvwrapper.pp @@ -6,7 +6,7 @@ $wait_time_on_startup = '1s', $restart = 'no', ) { - contain ::systemd + include ::systemd file { "${initscript}.sysvwrapper.status": ensure => $ensure,