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