aboutsummaryrefslogtreecommitdiff
path: root/manifests/service.pp
diff options
context:
space:
mode:
authorTim Meusel <tim@bastelfreak.de>2018-07-11 11:19:13 +0200
committerGitHub <noreply@github.com>2018-07-11 11:19:13 +0200
commitaca9f33812d353aed4d8a35b2e59e2b1c3cf1375 (patch)
tree7107037f8423e1d33b9b4eccc5623e1e08f8d6d6 /manifests/service.pp
parentd405c11417af82e4f6d146b405c26a9a2019422c (diff)
parent55963490dcfea644defad8afe87411fb22f6d798 (diff)
downloadpuppet-ferm-aca9f33812d353aed4d8a35b2e59e2b1c3cf1375.tar.gz
puppet-ferm-aca9f33812d353aed4d8a35b2e59e2b1c3cf1375.tar.bz2
Merge pull request #17 from bastelfreak/cache
Add official ubuntu support
Diffstat (limited to 'manifests/service.pp')
-rw-r--r--manifests/service.pp5
1 files changed, 5 insertions, 0 deletions
diff --git a/manifests/service.pp b/manifests/service.pp
index ddc6129..f19997f 100644
--- a/manifests/service.pp
+++ b/manifests/service.pp
@@ -18,6 +18,11 @@ class ferm::service {
line => 'ENABLED="yes"',
match => 'ENABLED=',
}
+ file_line{'disable_ferm_cache':
+ path => '/etc/default/ferm',
+ line => 'CACHE="no"',
+ match => 'CACHE=',
+ }
}
}
}