From: Silvio Rhatto Date: Tue, 16 Mar 2010 23:51:09 +0000 (-0300) Subject: Adding antiword and echoe at utils::desktop X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=78b1970b77d7bae8c1b35903470803f5d601ea1e;p=puppet-nodo.git Adding antiword and echoe at utils::desktop --- diff --git a/manifests/utils.pp b/manifests/utils.pp index 5cd31a3..72dc8ae 100644 --- a/manifests/utils.pp +++ b/manifests/utils.pp @@ -42,12 +42,18 @@ class utils::desktop { 'gnumeric', 'alsa-utils', 'sc', 'gawk', 'telnet', 'fpm', 'procmail', 'msmtp', 'netpbm', - 'gqview' ]: + 'gqview', 'antiword' ]: ensure => installed, } # Gem packages package { 'capistrano': + ensure => installed, + provider => gem, + require => Package['echoe'], + } + + package { 'echoe': ensure => installed, provider => gem, require => Package['rubygems'],