summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2011-03-01 23:14:05 +0100
committermh <mh@immerda.ch>2011-03-01 23:14:05 +0100
commit4519d4f176a47e2dc1798197de1d00eac577a3ab (patch)
tree6904e0110c120c33c9bee5752b0818da31267d44
parent9ab5f4e33884d59c1edcda28e305318f701ddcff (diff)
downloadpuppet-ekeyd-4519d4f176a47e2dc1798197de1d00eac577a3ab.tar.gz
puppet-ekeyd-4519d4f176a47e2dc1798197de1d00eac577a3ab.tar.bz2
use correct variable
-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 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;
}