summaryrefslogtreecommitdiff
path: root/manifests/hosting/admin.pp
blob: 554a202c2f400f7725008cf5182ebf4ff828b4af (plain)
1
2
3
4
5
class websites::hosting::admin inherits websites::setup {
  # Include the needed classes for admin interfaces
  include trac
  include gitweb
}