diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2013-04-21 13:55:17 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2013-04-21 13:55:17 -0300 |
commit | ee6a783ac6d35b809fb22c09ed15db0e91006eda (patch) | |
tree | 6e3ef5e429508e2afec7e1adcc98733deab7f5f1 | |
parent | 224a97d4f1f7609fcd614b10506ced2af092a540 (diff) | |
download | puppet-nodo-ee6a783ac6d35b809fb22c09ed15db0e91006eda.tar.gz puppet-nodo-ee6a783ac6d35b809fb22c09ed15db0e91006eda.tar.bz2 |
Adding msva-perl into nodo::utils::network
-rw-r--r-- | manifests/utils/network.pp | 2 |
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, } |