From 2b57ba5e0422568fb2415dba0f0b21805976c9c4 Mon Sep 17 00:00:00 2001 From: daskyburner Date: Wed, 5 Jun 2019 11:16:17 +0200 Subject: Changes for exec[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 93703f9..fecb1ab 100644 --- a/code/environments/production/manifests/site.pp +++ b/code/environments/production/manifests/site.pp @@ -115,10 +115,7 @@ class browsers { # file { '/etc/default/cachefiles' } #} -exec { 'modify_cachefilesd': - command => "sed -e 's/^#RUN=yes/RUN=yes/'", - path => '/etc/default/cachefilesd', -} + @@ -258,9 +255,12 @@ node "TestVM-Workstation-stretch-2.intern" { debdelta => 1, }, } - exec { 'cachefilesd': } + exec { 'modify_cachefilesd': + command => "sed -e 's/^#RUN=yes/RUN=yes/'", + path => "/etc/default/cachefilesd", + } service { 'cachefilesd': ensure => running, enable => true, -} + } } -- cgit v1.2.3