From 5fd3449cd0302d06fa9fc2d94424de23df56a512 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Mon, 26 Oct 2015 18:25:50 -0200 Subject: Use hiera_include --- manifests/init.pp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'manifests/init.pp') diff --git a/manifests/init.pp b/manifests/init.pp index 05ab1a4..52ab8b8 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -23,4 +23,7 @@ class nodo( if defined("nodo::role::${role}") { class { "nodo::role::${role}": } } + + # Include additional classes + hiera_include('classes') } -- cgit v1.2.3