diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2013-04-04 15:23:59 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2013-04-04 15:23:59 -0300 |
commit | 8643cb6e69eb11a55df0f4ed62a29cff0af7f31b (patch) | |
tree | 3f2645d793f3147150b00e0fb4dbc032beb96236 | |
parent | f92a3992276ca2f63febc28ae06757b08d2e8581 (diff) | |
download | puppet-nodo-8643cb6e69eb11a55df0f4ed62a29cff0af7f31b.tar.gz puppet-nodo-8643cb6e69eb11a55df0f4ed62a29cff0af7f31b.tar.bz2 |
No need to import inifile
-rw-r--r-- | manifests/init.pp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/manifests/init.pp b/manifests/init.pp index c3625f8..0013a59 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -74,7 +74,6 @@ import "tftp" import "nfs" import "pureftpd" import "avahi" -import "inifile" # Import subsystems import "subsystems/firewire.pp" |