From 205ced3a10be2c4e9e2b291e83d8d77c075db7ff Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Thu, 3 Oct 2013 15:17:29 -0300 Subject: Additional search dependency --- manifests/init.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/init.pp b/manifests/init.pp index 8cef10e..38451fb 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -10,7 +10,7 @@ class ikiwiki( # Search support # http://ikiwiki.info/plugins/search/ - package { [ 'libsearch-xapian-perl', 'libdigest-sha-perl', 'libhtml-scrubber-perl' ]: + package { [ 'libsearch-xapian-perl', 'libdigest-sha-perl', 'libhtml-scrubber-perl', 'xapian-omega' ]: ensure => present, } -- cgit v1.2.3