summaryrefslogtreecommitdiff
path: root/manifests/init.pp
blob: 6fa890afc724923be9112342537e744c588f78b2 (plain)
1
2
3
4
5
6
class trac {
  # the needed packages
  package { "trac":                  ensure => installed, }
  package { "trac-git":              ensure => installed, }
  package { "libapache2-mod-python": ensure => installed, }
}