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