aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2013-04-10 17:33:50 -0300
committerSilvio Rhatto <rhatto@riseup.net>2013-04-10 17:33:50 -0300
commite41fc580d61696c3996abdabec1919be9afcf703 (patch)
tree949659565c223135393c8ae12a6aed74b3ad8339
parentf7b82683b2aad306fd0ce9a67071b7abc6721f03 (diff)
downloadpuppet-ikiwiki-e41fc580d61696c3996abdabec1919be9afcf703.tar.gz
puppet-ikiwiki-e41fc580d61696c3996abdabec1919be9afcf703.tar.bz2
Adding link
-rw-r--r--manifests/instance.pp1
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,