diff options
author | drebs <drebs@riseup.net> | 2015-06-09 14:41:23 -0300 |
---|---|---|
committer | drebs <drebs@riseup.net> | 2015-06-09 14:41:23 -0300 |
commit | bb86ac9c829f15696eaef0a366523a4ab6c04ac6 (patch) | |
tree | 22028d7c87adcbdd048ec373de5c34fb5134694a /manifests/hosting | |
parent | 38372b13c071d483d34cc39da62a19b87439d93a (diff) | |
download | puppet-websites-adapt-to-jessie.tar.gz puppet-websites-adapt-to-jessie.tar.bz2 |
update gitweb class nameadapt-to-jessie
Diffstat (limited to 'manifests/hosting')
-rw-r--r-- | manifests/hosting/admin.pp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/hosting/admin.pp b/manifests/hosting/admin.pp index 554a202..0dd546e 100644 --- a/manifests/hosting/admin.pp +++ b/manifests/hosting/admin.pp @@ -1,5 +1,5 @@ class websites::hosting::admin inherits websites::setup { # Include the needed classes for admin interfaces include trac - include gitweb + include git::gitweb } |