diff options
Diffstat (limited to 'code/environments/production/manifests/site.pp')
-rw-r--r-- | code/environments/production/manifests/site.pp | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/code/environments/production/manifests/site.pp b/code/environments/production/manifests/site.pp index 31a7557..93703f9 100644 --- a/code/environments/production/manifests/site.pp +++ b/code/environments/production/manifests/site.pp @@ -120,10 +120,7 @@ exec { 'modify_cachefilesd': path => '/etc/default/cachefilesd', } -service { 'cachefilesd': - ensure => running, - enable => true, -} + #node "all_hosts" { # class { 'ssh_pubkeys_admins': } @@ -262,5 +259,8 @@ node "TestVM-Workstation-stretch-2.intern" { }, } exec { 'cachefilesd': } - service { 'cachefilesd': } + service { 'cachefilesd': + ensure => running, + enable => true, +} } |