diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2013-04-10 17:33:50 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2013-04-10 17:33:50 -0300 |
commit | e41fc580d61696c3996abdabec1919be9afcf703 (patch) | |
tree | 949659565c223135393c8ae12a6aed74b3ad8339 | |
parent | f7b82683b2aad306fd0ce9a67071b7abc6721f03 (diff) | |
download | puppet-ikiwiki-e41fc580d61696c3996abdabec1919be9afcf703.tar.gz puppet-ikiwiki-e41fc580d61696c3996abdabec1919be9afcf703.tar.bz2 |
Adding link
-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, |