From da435c77968026625c6e2881fb9aa0d44a4a178a Mon Sep 17 00:00:00 2001 From: Mike Gabriel Date: Fri, 7 Jun 2019 11:09:40 +0200 Subject: fix copy+paste flaw in class cachefilesd --- code/environments/production/manifests/site.pp | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'code') diff --git a/code/environments/production/manifests/site.pp b/code/environments/production/manifests/site.pp index 7b62d41..9466c3c 100644 --- a/code/environments/production/manifests/site.pp +++ b/code/environments/production/manifests/site.pp @@ -120,12 +120,12 @@ class browsers { } class cachefilesd { -<------>exec { 'modify_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" -<------>} + exec { 'modify_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" + } } class itzks_systems_common { -- cgit v1.2.3