From 6bc7300593397d0fd7796e4aa800ee38bdc63f6c Mon Sep 17 00:00:00 2001 From: Mike Gabriel Date: Fri, 23 Aug 2019 11:57:56 +0200 Subject: Drop superfluous backslash confusion the pupper parser validate command. --- code/environments/production/manifests/site.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'code/environments/production/manifests/site.pp') diff --git a/code/environments/production/manifests/site.pp b/code/environments/production/manifests/site.pp index fa710a2..826d942 100644 --- a/code/environments/production/manifests/site.pp +++ b/code/environments/production/manifests/site.pp @@ -121,7 +121,7 @@ class browsers { class cachefilesd { exec { 'modify_cachefilesd': - command => "/bin/sed -e 's/\#RUN=yes/RUN=yes/g' -i /etc/default/cachefilesd" + command => "/bin/sed -e 's/#RUN=yes/RUN=yes/g' -i /etc/default/cachefilesd" } exec { 'ensure_cachefilesd_enabled': command => "/bin/systemctl enable cachefilesd.service" -- cgit v1.2.3