From 4ead736ffb801feef0f8b49e82a37785c94fb078 Mon Sep 17 00:00:00 2001 From: Mike Gabriel Date: Thu, 8 Oct 2020 12:19:22 +0200 Subject: site.pp: Silence puppet about a non-escapable character. --- code/environments/production/manifests/site.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'code') diff --git a/code/environments/production/manifests/site.pp b/code/environments/production/manifests/site.pp index d0514df..021df32 100644 --- a/code/environments/production/manifests/site.pp +++ b/code/environments/production/manifests/site.pp @@ -184,7 +184,7 @@ class linux { 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