From 6878e61e5b5d884aee3bf6828603c0c173deca1f Mon Sep 17 00:00:00 2001 From: Mike Gabriel Date: Fri, 7 Jun 2019 11:11:33 +0200 Subject: another copy+paste flaw --- code/environments/production/manifests/site.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'code/environments') 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" } } -- cgit v1.2.3