From 98bbf8e0f531940218228ac6ec74ab699e4d7fe9 Mon Sep 17 00:00:00 2001 From: daskyburner Date: Mon, 17 Jun 2019 12:24:34 +0200 Subject: Fix typos in class cachefilesd. --- code/environments/production/manifests/site.pp | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) (limited to 'code/environments') diff --git a/code/environments/production/manifests/site.pp b/code/environments/production/manifests/site.pp index a48c2ed..227bb6f 100644 --- a/code/environments/production/manifests/site.pp +++ b/code/environments/production/manifests/site.pp @@ -112,14 +112,16 @@ class browsers { } class cachefilesd { -<------>exec { 'modify_cachefilesd': -<------><------>command => "/bin/sed -e 's/\#RUN=yes/RUN=yes/g' -i /etc/default/cachefilesd", -<------>} -<------>exec { 'ensure_cachefilesd_enabled':. -<------><------>command => "/bin/systemctl enable cachefilesd.service", -<------>} + exec { 'modify_cachefilesd': + command => "/bin/sed -e 's/\#RUN=yes/RUN=yes/g' -i /etc/default/cachefilesd", + } + exec { 'ensure_cachefilesd_enabled':. + command => "/bin/systemctl enable cachefilesd.service", + } } + + #node "all_hosts" { # class { 'ssh_pubkeys_admins': } # class { 'ssh_pubkeys_firedadmins': } -- cgit v1.2.3