From e4e7d48ac76b9ee605fafef5f19aec2bf65888ec Mon Sep 17 00:00:00 2001 From: daskyburner Date: Mon, 17 Jun 2019 12:52:11 +0200 Subject: Change syntax in file_line command. --- code/environments/production/manifests/site.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/environments/production/manifests/site.pp b/code/environments/production/manifests/site.pp index b98593e..bf12135 100644 --- a/code/environments/production/manifests/site.pp +++ b/code/environments/production/manifests/site.pp @@ -121,7 +121,7 @@ class browsers { #} class cachefilesd { - file_line { 'cachefilesd run': + file_line { 'cachefilesd_run': path => '/etc/default/cachefilesd', line => "^#RUN=yes$", match => 'RUN=yes', -- cgit v1.2.3