aboutsummaryrefslogtreecommitdiff
path: root/manifests/subsystems/utils/network.pp
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2012-12-26 13:55:40 -0200
committerSilvio Rhatto <rhatto@riseup.net>2012-12-26 13:55:40 -0200
commitdde090c15fa80c6a32d1adae6030ef9982f12933 (patch)
tree677276611140fa3a8b583cccac4d86d8995f218d /manifests/subsystems/utils/network.pp
parent561e3ed36576bd4f86a5866be173b74748514cc8 (diff)
downloadpuppet-nodo-dde090c15fa80c6a32d1adae6030ef9982f12933.tar.gz
puppet-nodo-dde090c15fa80c6a32d1adae6030ef9982f12933.tar.bz2
Adding gftp into utils::network
Diffstat (limited to 'manifests/subsystems/utils/network.pp')
-rw-r--r--manifests/subsystems/utils/network.pp2
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,
}