aboutsummaryrefslogtreecommitdiff
path: root/manifests/packages.pp
blob: 026bcf61358b5c40724ec873ec225cb482f44d44 (plain)
1
2
3
4
5
6
7
8
9
class ikiwiki::packages {
  package { [
    'ikiwiki',
    'libtext-multimarkdown-perl',
    'libimage-magick-perl',
  ]:
    ensure => installed,
  }
}