summaryrefslogtreecommitdiff
path: root/code/environments
diff options
context:
space:
mode:
Diffstat (limited to 'code/environments')
-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 9466c3c..6bba500 100644
--- a/code/environments/production/manifests/site.pp
+++ b/code/environments/production/manifests/site.pp
@@ -123,7 +123,7 @@ class cachefilesd {
exec { 'modify_cachefilesd':
command => "/bin/sed -e 's/\#RUN=yes/RUN=yes/g' -i /etc/default/cachefilesd"
}
- exec { 'ensure_cachefilesd_enabled':.
+ exec { 'ensure_cachefilesd_enabled':
command => "/bin/systemctl enable cachefilesd.service"
}
}