From: Silvio Rhatto Date: Thu, 3 Oct 2013 18:17:29 +0000 (-0300) Subject: Additional search dependency X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=205ced3a10be2c4e9e2b291e83d8d77c075db7ff;p=puppet-ikiwiki.git Additional search dependency --- 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, }