diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2013-10-03 15:17:29 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2013-10-03 15:17:29 -0300 |
commit | 205ced3a10be2c4e9e2b291e83d8d77c075db7ff (patch) | |
tree | f850181655784f8b40ca1f13742b9b170496d864 | |
parent | c2bb38ff5ad51794a7c53b6c11478022c0670677 (diff) | |
download | puppet-ikiwiki-205ced3a10be2c4e9e2b291e83d8d77c075db7ff.tar.gz puppet-ikiwiki-205ced3a10be2c4e9e2b291e83d8d77c075db7ff.tar.bz2 |
Additional search dependency
-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 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, } |