diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2012-03-18 22:20:49 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2012-03-18 22:20:49 -0300 |
commit | 16dd832943461cdb93abf0a0b13f15bc1d8f21e7 (patch) | |
tree | a9ac8fea002ba673f102b2864d2e3f4871d41d8b /manifests | |
parent | 487170d383b905cf12bf56a5fbb315d3aafa7442 (diff) | |
download | puppet-etherpad-16dd832943461cdb93abf0a0b13f15bc1d8f21e7.tar.gz puppet-etherpad-16dd832943461cdb93abf0a0b13f15bc1d8f21e7.tar.bz2 |
Installing abiword
Diffstat (limited to 'manifests')
-rw-r--r-- | manifests/init.pp | 2 |
1 files changed, 1 insertions, 1 deletions
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, } |