diff --git a/manifests/init.pp b/manifests/init.pp index 0304023..cbcd06d 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -17,7 +17,7 @@ refreshonly => true, } - Sysctl {"${name}": + Sysctl { "sysctl_${name}": val => $value, notify => Exec["exec_sysctl_${name}"], }