aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--manifests/init.pp2
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,
}