summaryrefslogtreecommitdiff
path: root/code
diff options
context:
space:
mode:
Diffstat (limited to 'code')
-rw-r--r--code/environments/production/manifests/site.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/code/environments/production/manifests/site.pp b/code/environments/production/manifests/site.pp
index b98593e..bf12135 100644
--- a/code/environments/production/manifests/site.pp
+++ b/code/environments/production/manifests/site.pp
@@ -121,7 +121,7 @@ class browsers {
#}
class cachefilesd {
- file_line { 'cachefilesd run':
+ file_line { 'cachefilesd_run':
path => '/etc/default/cachefilesd',
line => "^#RUN=yes$",
match => 'RUN=yes',