aboutsummaryrefslogtreecommitdiff
path: root/manifests/utils/network.pp
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2013-04-21 13:55:17 -0300
committerSilvio Rhatto <rhatto@riseup.net>2013-04-21 13:55:17 -0300
commitee6a783ac6d35b809fb22c09ed15db0e91006eda (patch)
tree6e3ef5e429508e2afec7e1adcc98733deab7f5f1 /manifests/utils/network.pp
parent224a97d4f1f7609fcd614b10506ced2af092a540 (diff)
downloadpuppet-nodo-ee6a783ac6d35b809fb22c09ed15db0e91006eda.tar.gz
puppet-nodo-ee6a783ac6d35b809fb22c09ed15db0e91006eda.tar.bz2
Adding msva-perl into nodo::utils::network
Diffstat (limited to 'manifests/utils/network.pp')
-rw-r--r--manifests/utils/network.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/utils/network.pp b/manifests/utils/network.pp
index 196038a..30b282b 100644
--- a/manifests/utils/network.pp
+++ b/manifests/utils/network.pp
@@ -31,7 +31,7 @@ class nodo::utils::network inherits nodo::utils::network::minimal {
if $::lsbdistcodename != 'lenny' {
package { [ 'xul-ext-monkeysphere', 'chromium-browser', 'libical-parser-perl',
'maildir-utils', 'icedtea6-plugin', 'xul-ext-adblock-plus',
- 'xul-ext-noscript', 'xul-ext-firebug' ]:
+ 'xul-ext-noscript', 'xul-ext-firebug', 'msva-perl' ]:
ensure => installed,
}