summaryrefslogtreecommitdiff
path: root/manifests/host/centos.pp
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2011-06-30 01:48:11 -0300
committerSilvio Rhatto <rhatto@riseup.net>2011-06-30 01:48:11 -0300
commit2b377786f8bf2133019c43df9376e0363093e50d (patch)
tree1e8e0709f78adff0d9b87fa0de79ca50ddd3e97b /manifests/host/centos.pp
parent87418479b280ccbbaca808711516dce989cdf36d (diff)
parent1f2a5d682485ea0cbdc9e13d865485face539012 (diff)
downloadpuppet-ekeyd-2b377786f8bf2133019c43df9376e0363093e50d.tar.gz
puppet-ekeyd-2b377786f8bf2133019c43df9376e0363093e50d.tar.bz2
Merge branch 'master' of git://git.puppet.immerda.ch/module-ekeyd
Diffstat (limited to 'manifests/host/centos.pp')
-rw-r--r--manifests/host/centos.pp6
1 files changed, 6 insertions, 0 deletions
diff --git a/manifests/host/centos.pp b/manifests/host/centos.pp
new file mode 100644
index 0000000..d989d55
--- /dev/null
+++ b/manifests/host/centos.pp
@@ -0,0 +1,6 @@
+class ekeyd::host::centos inherits ekeyd::host::base {
+ file{'/etc/sysconfig/egd-linux':
+ ensure => 'absent',
+ notify => Service['egd-linux'],
+ }
+}