diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2015-03-24 11:17:09 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2015-03-24 11:17:09 -0300 |
commit | 733495ef4b54000a3adabe305ef649104ae7ca47 (patch) | |
tree | eaecbd0d2ba8d4f4799ead984165fefc7698c091 /manifests/hosting.pp | |
parent | 4db0e978ca7bc3bc7c77d8eeb79cbd0d684b7b85 (diff) | |
download | puppet-websites-733495ef4b54000a3adabe305ef649104ae7ca47.tar.gz puppet-websites-733495ef4b54000a3adabe305ef649104ae7ca47.tar.bz2 |
Git module refactor
Diffstat (limited to 'manifests/hosting.pp')
-rw-r--r-- | manifests/hosting.pp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/hosting.pp b/manifests/hosting.pp index 309e840..cf47eee 100644 --- a/manifests/hosting.pp +++ b/manifests/hosting.pp @@ -16,7 +16,7 @@ class websites::hosting inherits websites::setup { $git_daemon = hiera('nodo::web::git_daemon', True) if $git_daemon != false { - class { 'gitweb': } + class { 'git::gitweb': } } apache::site { "images": |