mirror of
https://github.com/zulip/zulip.git
synced 2025-11-12 18:06:44 +00:00
11 lines
276 B
Puppet
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
|
|
}
|