summaryrefslogtreecommitdiff
path: root/manifests/base.pp
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2011-03-01 22:40:43 +0100
committermh <mh@immerda.ch>2011-03-01 22:40:43 +0100
commit56a1d47b3e72c2acf83894ea12a944c604b1c094 (patch)
tree3974b5739f0d4ce41791d5e5cdb6e8071eb84662 /manifests/base.pp
parentbd9fa966f4bbd46693548a95d818adb3dc8ef3eb (diff)
downloadpuppet-ekeyd-56a1d47b3e72c2acf83894ea12a944c604b1c094.tar.gz
puppet-ekeyd-56a1d47b3e72c2acf83894ea12a944c604b1c094.tar.bz2
also do the client with a parametrized class and cleanup/finish the host part
Diffstat (limited to 'manifests/base.pp')
-rw-r--r--manifests/base.pp4
1 files changed, 2 insertions, 2 deletions
diff --git a/manifests/base.pp b/manifests/base.pp
index 94907ba..34c1cb8 100644
--- a/manifests/base.pp
+++ b/manifests/base.pp
@@ -15,8 +15,8 @@ class ekeyd::base {
enable => true,
}
- exec{'configure_ekey_key':
- command => "ekey-rekey `ekeydctl list | grep \"/dev/entropykey\" | awk -F, '{ print \$5}'` ${ekeyd::ekey_masterkey}",
+ exec{'configure_ekeyd_key':
+ command => "ekey-rekey `ekeydctl list | grep \"/dev/entropykey\" | awk -F, '{ print \$5}'` ${ekeyd::ekeyd_masterkey}",
unless => "ekeydctl list | grep -q 'Running OK'",
require => Service['ekeyd'],
}