summaryrefslogtreecommitdiff
path: root/code
diff options
context:
space:
mode:
Diffstat (limited to 'code')
-rw-r--r--code/environments/production/manifests/site.pp12
1 files changed, 6 insertions, 6 deletions
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,
-}
+ }
}