summaryrefslogtreecommitdiff
path: root/manifests/hosting/admin.pp
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2015-10-29 12:09:21 -0200
committerSilvio Rhatto <rhatto@riseup.net>2015-10-29 12:09:21 -0200
commit8df4bf9d9b43701d6fd580333a059656a93714dd (patch)
treeaa3c4ed6ea7041ed4cc6123f30007537c977f512 /manifests/hosting/admin.pp
parenta33718262f9daea4742e806c06afea2cdbd6e94a (diff)
downloadpuppet-websites-8df4bf9d9b43701d6fd580333a059656a93714dd.tar.gz
puppet-websites-8df4bf9d9b43701d6fd580333a059656a93714dd.tar.bz2
Major cleanup
Diffstat (limited to 'manifests/hosting/admin.pp')
-rw-r--r--manifests/hosting/admin.pp5
1 files changed, 0 insertions, 5 deletions
diff --git a/manifests/hosting/admin.pp b/manifests/hosting/admin.pp
deleted file mode 100644
index 0dd546e..0000000
--- a/manifests/hosting/admin.pp
+++ /dev/null
@@ -1,5 +0,0 @@
-class websites::hosting::admin inherits websites::setup {
- # Include the needed classes for admin interfaces
- include trac
- include git::gitweb
-}