diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2016-03-19 11:03:08 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2016-03-19 11:03:08 -0300 |
commit | 8992eab7092b56b86762c01a775668ef1b980fd4 (patch) | |
tree | dd05086fd294f1dac46e55bc6101dac86757fa61 /manifests | |
parent | 70137bad3f6f25504aba1fbc9e5e383d6d992bfa (diff) | |
download | puppet-nodo-8992eab7092b56b86762c01a775668ef1b980fd4.tar.gz puppet-nodo-8992eab7092b56b86762c01a775668ef1b980fd4.tar.bz2 |
Do not import common module
Diffstat (limited to 'manifests')
-rw-r--r-- | manifests/init.pp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/manifests/init.pp b/manifests/init.pp index 03276ae..f52bd38 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -13,9 +13,6 @@ class nodo( filebucket { server: server => hiera('puppet::daemon::server', "puppet.${::domain}") } File { backup => server } - # Modules that still doesn't support autoloading - import "common" - # Include base class include nodo::base |