diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2012-12-22 16:49:00 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2012-12-22 16:49:00 -0200 |
commit | ce6ab8ffe205dfc0fb9fef828b3f13f36b67fa18 (patch) | |
tree | 28a3233781dabcc556ed4d6f6132f7c617ab4576 | |
parent | 344333ba9372f2b14ec650624a33e707cb9edbb2 (diff) | |
download | puppet-ikiwiki-ce6ab8ffe205dfc0fb9fef828b3f13f36b67fa18.tar.gz puppet-ikiwiki-ce6ab8ffe205dfc0fb9fef828b3f13f36b67fa18.tar.bz2 |
Switching to gitolite
-rw-r--r-- | manifests/init.pp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/manifests/init.pp b/manifests/init.pp index b5e3e6f..e3972bd 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -80,19 +80,19 @@ class ikiwiki { } # The post-update hook should have www-data as owner so - # gitosis can do a setuid to it and write to ikiwiki + # gitolite can do a setuid to it and write to ikiwiki # folders without messing the permission scheme. # # The same is valid for the cgi. # # See http://ikiwiki.info/rcs/git/ - # http://ikiwiki.info/forum/multi-user_setup_of_ikiwiki__44___gitosis_and_apache2_in_Debian_Sid/ + # http://ikiwiki.info/forum/multi-user_setup_of_ikiwiki__44___gitolite_and_apache2_in_Debian_Sid/ # file { [ "/var/git/repositories/${name}.git/hooks/post-update", "${apache_sites_folder}/${name}/${instance}/ikiwiki.cgi" ]: ensure => present, owner => www-data, - group => gitosis, + group => gitolite, mode => 6550, require => File["/etc/ikiwiki/$name.setup"], } |