diff options
-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 |