]> gitweb.fluxo.info Git - puppet-nodo.git/commitdiff
Getting ekeyd config from hiera
authorSilvio Rhatto <rhatto@riseup.net>
Fri, 25 Jan 2013 01:05:19 +0000 (23:05 -0200)
committerSilvio Rhatto <rhatto@riseup.net>
Fri, 25 Jan 2013 01:05:19 +0000 (23:05 -0200)
manifests/physical.pp

index 0d797fc9901b2140cb716c9b93335ff7c85c20d4..97e47a81bac5aa01b1c9fa34b8ba34f6731dfdb4 100644 (file)
@@ -16,6 +16,7 @@ class nodo::physical inherits nodo::host {
   }
 
   # Entropy key
+  $ekey_masterkey = hiera('nodo::physical::ekey_masterkey', '')
   if $ekey_masterkey != '' {
     class { "ekeyd":
       ekeyd_masterkey => $ekey_masterkey,