summaryrefslogtreecommitdiff
path: root/manifests/hosting
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2013-04-12 17:12:53 -0300
committerSilvio Rhatto <rhatto@riseup.net>2013-04-12 17:12:53 -0300
commitff9357ff1bf4682163e283620fe8e596387de713 (patch)
tree4c8325ca1fdd2a18044fb47a48003f313999bc40 /manifests/hosting
downloadpuppet-websites-ff9357ff1bf4682163e283620fe8e596387de713.tar.gz
puppet-websites-ff9357ff1bf4682163e283620fe8e596387de713.tar.bz2
Initial import
Diffstat (limited to 'manifests/hosting')
-rw-r--r--manifests/hosting/admin.pp5
1 files changed, 5 insertions, 0 deletions
diff --git a/manifests/hosting/admin.pp b/manifests/hosting/admin.pp
new file mode 100644
index 0000000..554a202
--- /dev/null
+++ b/manifests/hosting/admin.pp
@@ -0,0 +1,5 @@
+class websites::hosting::admin inherits websites::setup {
+ # Include the needed classes for admin interfaces
+ include trac
+ include gitweb
+}