diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2011-01-29 10:27:49 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2011-01-29 10:27:49 -0200 |
commit | 92581cfacd3fe84109dce61faa333670d26b2f79 (patch) | |
tree | dd5c42bd073c2e72ca363be8fe1c804e76ffea4d /manifests/physical.pp | |
parent | c03dfc8bf837847d29490c1fde196bcdf5acc9f1 (diff) | |
download | puppet-nodo-92581cfacd3fe84109dce61faa333670d26b2f79.tar.gz puppet-nodo-92581cfacd3fe84109dce61faa333670d26b2f79.tar.bz2 |
Adding ekeyd support
Diffstat (limited to 'manifests/physical.pp')
-rw-r--r-- | manifests/physical.pp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/manifests/physical.pp b/manifests/physical.pp index fa58884..91bbce2 100644 --- a/manifests/physical.pp +++ b/manifests/physical.pp @@ -63,4 +63,9 @@ class nodo::physical inherits nodo { ensure => directory, mode => 0755, } + + # Entropy key + if $ekey_masterkey != '' { + include ekeyd + } } |