diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2015-06-29 16:50:00 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2015-06-29 16:50:00 -0300 |
commit | 3a2b922df895b204e14ab8e7cb51661e4956cbc4 (patch) | |
tree | ca7453b849008ec71dd47cccaed73b14e57c0c25 /manifests/init.pp | |
parent | adc3ab327f85f7d9c583d8b79b2cac22345c148f (diff) | |
parent | da49436db33d551c0c0bb09918697102e17f4ec8 (diff) | |
download | puppet-nodo-3a2b922df895b204e14ab8e7cb51661e4956cbc4.tar.gz puppet-nodo-3a2b922df895b204e14ab8e7cb51661e4956cbc4.tar.bz2 |
Merge branch 'master' into feature/autoload
Diffstat (limited to 'manifests/init.pp')
-rw-r--r-- | manifests/init.pp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/manifests/init.pp b/manifests/init.pp index ae4b8b2..721ed93 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -17,6 +17,10 @@ $location = hiera('nodo::location', 'default') # Import required modules import "common" +# Modules that still doesn't support autoloading +import 'dhcp' +import 'virtual' + # Nodo class import "nodo.pp" |