aboutsummaryrefslogtreecommitdiff
path: root/manifests/gitolite.pp
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2015-03-24 11:16:26 -0300
committerSilvio Rhatto <rhatto@riseup.net>2015-03-24 11:16:26 -0300
commitea61a6019db1ad3fd592489a97a746e0f67622fe (patch)
treead7e36614e37d5e18e684bf54be7557fc3977479 /manifests/gitolite.pp
parent6a096ca6216d4670db4c346692bb8b7356f7e941 (diff)
downloadpuppet-git-ea61a6019db1ad3fd592489a97a746e0f67622fe.tar.gz
puppet-git-ea61a6019db1ad3fd592489a97a746e0f67622fe.tar.bz2
Autoload
Diffstat (limited to 'manifests/gitolite.pp')
-rw-r--r--manifests/gitolite.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/gitolite.pp b/manifests/gitolite.pp
index 19474df..ecf3fa1 100644
--- a/manifests/gitolite.pp
+++ b/manifests/gitolite.pp
@@ -1,7 +1,7 @@
# This class handles a gitolite installation, with /var/git as the root for
# git repositories.
-class gitolite inherits git {
+class git::gitolite inherits git {
# directory for gitolite user and repositories
file { "/var/git":
ensure => directory,