From: Silvio Rhatto Date: Mon, 17 Sep 2012 16:54:15 +0000 (-0300) Subject: Adding po4a package needed by the 'po' plugin X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=344333ba9372f2b14ec650624a33e707cb9edbb2;p=puppet-ikiwiki.git Adding po4a package needed by the 'po' plugin --- diff --git a/manifests/init.pp b/manifests/init.pp index 80f2187..b5e3e6f 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -1,5 +1,5 @@ class ikiwiki { - package { "ikiwiki": + package { [ "ikiwiki", "po4a" ]: ensure => installed, }