]> gitweb.fluxo.info Git - puppet-etherpad.git/commitdiff
Installing abiword
authorSilvio Rhatto <rhatto@riseup.net>
Mon, 19 Mar 2012 01:20:49 +0000 (22:20 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Mon, 19 Mar 2012 01:20:49 +0000 (22:20 -0300)
manifests/init.pp

index 5cb416a50c9075350fde913ace224a117a634496..9f2278ca0cd1c9a1109f1ca0799e2258fe6423cc 100644 (file)
@@ -37,7 +37,7 @@ class etherpad {
     require  => User['etherpad-lite'],
   }
 
-  package { 'npm':
+  package { [ 'npm', 'abiword' ]:
     ensure => present,
   }