diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2011-09-27 22:46:35 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2011-09-27 22:46:35 -0300 |
commit | 75c389b5b7bda0e276cf7b19a4a61277c0ddc0a4 (patch) | |
tree | 9ed2034f71a4d34a933f7beac10ff6e582d5a0e9 /manifests | |
parent | 798ab70bec44e9aef16ceea22c48ac19b81934ef (diff) | |
download | puppet-nodo-75c389b5b7bda0e276cf7b19a4a61277c0ddc0a4.tar.gz puppet-nodo-75c389b5b7bda0e276cf7b19a4a61277c0ddc0a4.tar.bz2 |
Adding pssh and funcoeszz into utils::personal::debian
Diffstat (limited to 'manifests')
-rw-r--r-- | manifests/subsystems/utils/debian.pp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/manifests/subsystems/utils/debian.pp b/manifests/subsystems/utils/debian.pp index 193e6f3..b464a41 100644 --- a/manifests/subsystems/utils/debian.pp +++ b/manifests/subsystems/utils/debian.pp @@ -40,7 +40,7 @@ class utils::personal::debian { 'msmtp', 'mairix', 'konqueror', 'bittorrent', 'irssi-scripts', 'links', 'twinkle', 'bittornado', 'rtorrent', 'iceweasel', 'irssi-plugin-otr', 'transmission', - 'openvpn', 'amule' ]: + 'openvpn', 'amule', 'pssh' ]: ensure => installed, } @@ -59,7 +59,7 @@ class utils::personal::debian { } # Other - package { [ 'fortunes-br', 'unrar', 'recode', 'figlet', 'p7zip-full', 'unison' ]: + package { [ 'fortunes-br', 'unrar', 'recode', 'figlet', 'p7zip-full', 'unison', 'funcoeszz' ]: ensure => installed, } |