diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2013-06-15 11:44:18 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2013-06-15 11:44:18 -0300 |
commit | b266a99d8b72f24d36bc048341a30c742eb7b2eb (patch) | |
tree | a5ee2c7c63c7376c11c8796a6552a312f18ea061 /manifests | |
parent | b1f4fc8a5749e31bede8b0538623d5c3472b7168 (diff) | |
download | puppet-nodo-b266a99d8b72f24d36bc048341a30c742eb7b2eb.tar.gz puppet-nodo-b266a99d8b72f24d36bc048341a30c742eb7b2eb.tar.bz2 |
Adding httrack into nodo::utils::network::minimal
Diffstat (limited to 'manifests')
-rw-r--r-- | manifests/utils/network/minimal.pp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/utils/network/minimal.pp b/manifests/utils/network/minimal.pp index 51c4efe..3ed6964 100644 --- a/manifests/utils/network/minimal.pp +++ b/manifests/utils/network/minimal.pp @@ -2,7 +2,7 @@ class nodo::utils::network::minimal { include nodo::utils::network::irssi include nodo::utils::network::torrent - package { 'unison': + package { [ 'unison', 'httrack' ]: ensure => installed, } |