diff --git a/manifests/init.pp b/manifests/init.pp index e0744eb..f754afc 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -25,8 +25,8 @@ class pkgng ( } file_line { "WITH_PKGNG": - path => '/etc/make.conf', - line => "WITH_PKGNG=yes\n", + path => '/etc/make.conf', + line => "WITH_PKGNG=yes\n", require => File['/etc/make.conf'], }