class ikiwiki::packages::search { # Search support # http://ikiwiki.info/plugins/search/ package { [ 'libsearch-xapian-perl', 'libdigest-sha-perl', 'libhtml-scrubber-perl', 'xapian-omega' ]: ensure => present, } }