Correct typo in gerritbot manifests/init.pp.
gerritbot.confg should be gerritbot.config Change-Id: I9532226a690a986ae8480c1cfbd89e23cf1f3ac1 Reviewed-on: https://review.openstack.org/11905 Approved: Clark Boylan <clark.boylan@gmail.com> Reviewed-by: Clark Boylan <clark.boylan@gmail.com> Tested-by: Jenkins
This commit is contained in:
parent
97933d1cd2
commit
ce9cb08928
@ -30,7 +30,7 @@ class gerritbot(
|
||||
hasrestart => true,
|
||||
require => File['/etc/init.d/gerritbot'],
|
||||
subscribe => [Package['gerritbot'],
|
||||
File['/etc/gerritbot/gerritbot.confg'],
|
||||
File['/etc/gerritbot/gerritbot.config'],
|
||||
File['/etc/gerritbot/channel_config.yaml']],
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user