diff options
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, } |