diff options
Diffstat (limited to 'manifests')
-rw-r--r-- | manifests/init.pp | 4 |
1 files changed, 2 insertions, 2 deletions
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" |