summaryrefslogtreecommitdiff
path: root/code
diff options
context:
space:
mode:
authorMike Gabriel <mike.gabriel@das-netzwerkteam.de>2019-06-07 11:11:33 +0200
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2019-06-07 11:11:33 +0200
commit6878e61e5b5d884aee3bf6828603c0c173deca1f (patch)
treed97addcdc194005fad1228bf5a04c08b2a505494 /code
parentda435c77968026625c6e2881fb9aa0d44a4a178a (diff)
downloadpuppet.KATH-6878e61e5b5d884aee3bf6828603c0c173deca1f.tar.gz
puppet.KATH-6878e61e5b5d884aee3bf6828603c0c173deca1f.tar.bz2
puppet.KATH-6878e61e5b5d884aee3bf6828603c0c173deca1f.zip
another copy+paste flaw
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 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"
}
}