diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2015-10-29 12:09:21 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2015-10-29 12:09:21 -0200 |
commit | 8df4bf9d9b43701d6fd580333a059656a93714dd (patch) | |
tree | aa3c4ed6ea7041ed4cc6123f30007537c977f512 /manifests/hosting/admin.pp | |
parent | a33718262f9daea4742e806c06afea2cdbd6e94a (diff) | |
download | puppet-websites-8df4bf9d9b43701d6fd580333a059656a93714dd.tar.gz puppet-websites-8df4bf9d9b43701d6fd580333a059656a93714dd.tar.bz2 |
Major cleanup
Diffstat (limited to 'manifests/hosting/admin.pp')
-rw-r--r-- | manifests/hosting/admin.pp | 5 |
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 -} |