Files
zulip/servers/puppet/modules/humbug/manifests/git.pp
Zev Benjamin 5c6a3f3e66 puppet: move all our puppet classes into a 'humbug' module
(imported from commit 69b42598c003bbe85dfa4266c56dd019304ea7fb)
2013-02-08 16:05:50 -05:00

11 lines
276 B
Puppet

class humbug::git {
class { 'humbug::base': }
$git_packages = [ ]
package { $git_packages: ensure => "installed" }
# TODO: Should confirm git repos at /srv/git and then setup
# /srv/git/humbug.git/hooks/post-receive ->
# /home/humbug/humbug/tools/post-receive
}