From 16dd832943461cdb93abf0a0b13f15bc1d8f21e7 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Sun, 18 Mar 2012 22:20:49 -0300 Subject: Installing abiword --- manifests/init.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, } -- cgit v1.2.3