Fix all of the gerrit module problems.

Change-Id: I46001fd677bc9a3634c9860ec07438c326e908e3
This commit is contained in:
Monty Taylor 2012-07-23 20:09:17 -05:00
parent 4a741cd56f
commit 413161fd48
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@ class github (
group => 'github',
mode => 440,
ensure => 'present',
content => template('gerrit/github.secure.config.erb'),
content => template('github/github.secure.config.erb'),
replace => 'true',
require => [Group['github'], File['/etc/github']],
}