diff --git a/manifests/init.pp b/manifests/init.pp index 76ea0d3..ab34805 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -43,9 +43,8 @@ define sudo::sudoers_line ($line) { concat::fragment { "$name": - target => "sudoers", + target => "${sudo::params::sudoers_file}", content => "${line}\n", - require => Concat["${sudo::params::sudoers_file}"], } }