summaryrefslogtreecommitdiff
path: root/manifests/host/centos.pp
diff options
context:
space:
mode:
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'],
+ }
+}