From dad616343a9a8fcaec4b25a87c66a3ae725a11f1 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Tue, 4 Mar 2014 11:55:42 -0300 Subject: Hiera suport at config target --- manifests/classes/configurator.pp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'manifests') diff --git a/manifests/classes/configurator.pp b/manifests/classes/configurator.pp index d0dd787..80c7ce3 100644 --- a/manifests/classes/configurator.pp +++ b/manifests/classes/configurator.pp @@ -10,7 +10,9 @@ # # Variables -$templates = "$bootstrap_path/templates" +$templates = "$bootstrap_path/templates" +$base_domain = hiera('bootstrap::base_domain', 'example.org') +$db_password = hiera('nodo::role::master::db_password', 'changeme') # Puppet configuration file { "$bootstrap_path/puppet.conf": -- cgit v1.2.3