aboutsummaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
Diffstat (limited to 'manifests')
-rw-r--r--manifests/classes/configurator.pp4
1 files changed, 3 insertions, 1 deletions
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":