diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2012-12-26 13:55:40 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2012-12-26 13:55:40 -0200 |
commit | dde090c15fa80c6a32d1adae6030ef9982f12933 (patch) | |
tree | 677276611140fa3a8b583cccac4d86d8995f218d | |
parent | 561e3ed36576bd4f86a5866be173b74748514cc8 (diff) | |
download | puppet-nodo-dde090c15fa80c6a32d1adae6030ef9982f12933.tar.gz puppet-nodo-dde090c15fa80c6a32d1adae6030ef9982f12933.tar.bz2 |
Adding gftp into utils::network
-rw-r--r-- | manifests/subsystems/utils/network.pp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/subsystems/utils/network.pp b/manifests/subsystems/utils/network.pp index b9b8870..4991f37 100644 --- a/manifests/subsystems/utils/network.pp +++ b/manifests/subsystems/utils/network.pp @@ -36,7 +36,7 @@ class utils::network inherits utils::network::minimal { 'pidgin', 'pidgin-encryption', 'pidgin-openpgp', 'pidgin-otr', 'pidgin-privacy-please', 'pidgin-plugin-pack', 'sslscan', 'muttprofile', 'connect-proxy', - 'mutt-patched' ]: + 'mutt-patched', 'gftp' ]: ensure => installed, } |