From ea2838d6932d0e8f7cdf36d3a9160ef8664f2493 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Sat, 13 Apr 2013 17:36:44 -0300 Subject: Fixing location evaluation --- manifests/init.pp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'manifests/init.pp') diff --git a/manifests/init.pp b/manifests/init.pp index d8155b6..dce9859 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -11,8 +11,8 @@ File { backup => server } # Set role and location variables: this is a trick so we can use role and location # in Hiera's hierarchical config. -$role = hiera('nodo::role', 'default') -$location = hiera('nodo::role', 'default') +$role = hiera('nodo::role', 'default') +$location = hiera('nodo::location', 'default') # Import required modules import "common" -- cgit v1.2.3