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.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/client/centos.pp b/manifests/client/centos.pp
index b9328bb..2a9315a 100644
--- a/manifests/client/centos.pp
+++ b/manifests/client/centos.pp
@@ -1,6 +1,6 @@
class ekeyd::client::centos inherits ekeyd::client::base {
file{'/etc/sysconfig/egd-linux':
- content => "DAEMON_HOST=${ekeyd_host}\n",
+ content => "DAEMON_HOST=${ekeyd::ekeyd_host}\n",
notify => Service['egd-linux'],
owner => root, group => 0, mode => 0644;
}