summaryrefslogtreecommitdiff
path: root/manifests/client/centos.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/client/centos.pp')
-rw-r--r--manifests/client/centos.pp7
1 files changed, 7 insertions, 0 deletions
diff --git a/manifests/client/centos.pp b/manifests/client/centos.pp
new file mode 100644
index 0000000..4be46d8
--- /dev/null
+++ b/manifests/client/centos.pp
@@ -0,0 +1,7 @@
+class ekeyd::client::centos inherits ekeyd::client::base {
+ file{'/etc/sysconfig/egd-linux':
+ content => "DAEMON_HOST=${ekeyd::client::ekeyd_host}\n",
+ notify => Service['egd-linux'],
+ owner => root, group => 0, mode => 0644;
+ }
+}