]> gitweb.fluxo.info Git - puppet-ikiwiki.git/commitdiff
Additional search dependency
authorSilvio Rhatto <rhatto@riseup.net>
Thu, 3 Oct 2013 18:17:29 +0000 (15:17 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Thu, 3 Oct 2013 18:17:29 +0000 (15:17 -0300)
manifests/init.pp

index 8cef10e1df2038fdc3e0e68b560bb3c818af0c45..38451fb69ef3e23ad5cd8dad81c5deee835b996c 100644 (file)
@@ -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,
   }