diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2012-09-17 13:54:15 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2012-09-17 13:54:15 -0300 |
commit | 344333ba9372f2b14ec650624a33e707cb9edbb2 (patch) | |
tree | 5b45c19ff820da88039cc60ed34b5746fd009a0d | |
parent | 94094310b4575592b9af8d81c2b8577e88b86c83 (diff) | |
download | puppet-ikiwiki-344333ba9372f2b14ec650624a33e707cb9edbb2.tar.gz puppet-ikiwiki-344333ba9372f2b14ec650624a33e707cb9edbb2.tar.bz2 |
Adding po4a package needed by the 'po' plugin
-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 80f2187..b5e3e6f 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -1,5 +1,5 @@ class ikiwiki { - package { "ikiwiki": + package { [ "ikiwiki", "po4a" ]: ensure => installed, } |