From 00dd59797ef6f50e04738f0368bbe713f87f66ca Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Sat, 12 Sep 2015 13:25:47 -0300 Subject: Move remaining import statements inside the nodo class --- manifests/init.pp | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) (limited to 'manifests') diff --git a/manifests/init.pp b/manifests/init.pp index 1751d9c..b147f44 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -2,13 +2,6 @@ # Nodo module. # -# Import required modules -import "common" - -# Modules that still doesn't support autoloading -import 'dhcp' -import 'virtual' - class nodo( $role = hiera('nodo::role', 'default'), $location = hiera('nodo::location', 'default'), @@ -20,6 +13,10 @@ class nodo( filebucket { server: server => hiera('puppet::daemon::server', "puppet.${::domain}") } File { backup => server } + # Modules that still doesn't support autoloading + import "common" + import 'dhcp' + # Include base class include nodo::base -- cgit v1.2.3