diff options
Diffstat (limited to 'manifests/hosting')
-rw-r--r-- | manifests/hosting/admin.pp | 5 |
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 +} |