diff options
author | daskyburner <bschlueter@posteo.de> | 2019-06-17 12:52:11 +0200 |
---|---|---|
committer | daskyburner <bschlueter@posteo.de> | 2019-06-17 12:52:11 +0200 |
commit | e4e7d48ac76b9ee605fafef5f19aec2bf65888ec (patch) | |
tree | 23642bd497bb6fbd355a5c0c1a1356094a71ffcf /code/environments/production/manifests/site.pp | |
parent | fd0c87726e38eefe96a8527ae7eeb2ee3e72f772 (diff) | |
download | puppet.DEV-e4e7d48ac76b9ee605fafef5f19aec2bf65888ec.tar.gz puppet.DEV-e4e7d48ac76b9ee605fafef5f19aec2bf65888ec.tar.bz2 puppet.DEV-e4e7d48ac76b9ee605fafef5f19aec2bf65888ec.zip |
Change syntax in file_line command.
Diffstat (limited to 'code/environments/production/manifests/site.pp')
-rw-r--r-- | code/environments/production/manifests/site.pp | 2 |
1 files changed, 1 insertions, 1 deletions
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', |