aboutsummaryrefslogtreecommitdiff
path: root/manifests/subsystems/utils/network.pp
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2012-09-21 17:27:40 -0300
committerSilvio Rhatto <rhatto@riseup.net>2012-09-21 17:27:40 -0300
commitd4bcf004a0ba766c95e6750410a7fb8a399bace5 (patch)
tree9d50fdd9c41dd3e8078bf5c824ad2792ce757a23 /manifests/subsystems/utils/network.pp
parent7d2a3fe085a9c303681834512b80c02983030679 (diff)
downloadpuppet-nodo-d4bcf004a0ba766c95e6750410a7fb8a399bace5.tar.gz
puppet-nodo-d4bcf004a0ba766c95e6750410a7fb8a399bace5.tar.bz2
Adding mutt-patched into utils::network
Diffstat (limited to 'manifests/subsystems/utils/network.pp')
-rw-r--r--manifests/subsystems/utils/network.pp3
1 files changed, 2 insertions, 1 deletions
diff --git a/manifests/subsystems/utils/network.pp b/manifests/subsystems/utils/network.pp
index bd9b9eb..6cd8c9d 100644
--- a/manifests/subsystems/utils/network.pp
+++ b/manifests/subsystems/utils/network.pp
@@ -35,7 +35,8 @@ class utils::network inherits utils::network::minimal {
'openvpn', 'amule', 'pssh',
'pidgin', 'pidgin-encryption', 'pidgin-openpgp',
'pidgin-otr', 'pidgin-privacy-please', 'pidgin-plugin-pack',
- 'sslscan', 'muttprofile', 'connect-proxy' ]:
+ 'sslscan', 'muttprofile', 'connect-proxy',
+ 'mutt-patched' ]:
ensure => installed,
}