diff options
-rw-r--r-- | manifests/client/centos.pp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/client/centos.pp b/manifests/client/centos.pp index 2a9315a..4be46d8 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::ekeyd_host}\n", + content => "DAEMON_HOST=${ekeyd::client::ekeyd_host}\n", notify => Service['egd-linux'], owner => root, group => 0, mode => 0644; } |