diff --git a/manifests/init.pp b/manifests/init.pp index a32ac23..d4bc325 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -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']], }