diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2010-11-28 11:23:13 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2010-11-28 11:23:13 -0200 |
commit | 5b12d7b5dcf90eff79386c1bdab7de7b027fceec (patch) | |
tree | 56144c5028d6058267711d780d18651a32d34319 | |
parent | 73fcb436281c7ecf5df846ac5e6fc05b29208cc7 (diff) | |
download | puppet-nodo-5b12d7b5dcf90eff79386c1bdab7de7b027fceec.tar.gz puppet-nodo-5b12d7b5dcf90eff79386c1bdab7de7b027fceec.tar.bz2 |
Adding rtorrent into utils::personal
-rw-r--r-- | manifests/subsystems/utils.pp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/manifests/subsystems/utils.pp b/manifests/subsystems/utils.pp index f34feb7..5323911 100644 --- a/manifests/subsystems/utils.pp +++ b/manifests/subsystems/utils.pp @@ -61,7 +61,8 @@ class utils::personal { 'texlive-latex-extra', 'gawk', 'fpm2', 'irssi-scripts', 'links', 'pandoc', 'rxvt-unicode', 'recode', 'twinkle', - 'figlet', 'bittornado', 'encfs' ]: + 'figlet', 'bittornado', 'encfs', + 'rtorrent' ]: ensure => installed, } |