From: Silvio Rhatto Date: Mon, 19 Mar 2012 01:20:49 +0000 (-0300) Subject: Installing abiword X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=16dd832943461cdb93abf0a0b13f15bc1d8f21e7;p=puppet-etherpad.git Installing abiword --- diff --git a/manifests/init.pp b/manifests/init.pp index 5cb416a..9f2278c 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -37,7 +37,7 @@ class etherpad { require => User['etherpad-lite'], } - package { 'npm': + package { [ 'npm', 'abiword' ]: ensure => present, }