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