diff options
Diffstat (limited to 'manifests')
-rw-r--r-- | manifests/instance.pp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/manifests/instance.pp b/manifests/instance.pp index 82ae0fa..28add12 100644 --- a/manifests/instance.pp +++ b/manifests/instance.pp @@ -72,6 +72,7 @@ define ikiwiki::instance($base_url = $domain, $ensure = 'present', $description } } + # See http://rtime.felk.cvut.cz/~sojka/blog/using-ikiwiki-with-gitolite/ file { "/var/git/repositories/${name}.git/hooks/post-update": ensure => present, owner => $owner, |