Merge "Have the 'statusbot' service subscribe to the pip install"

This commit is contained in:
Zuul 2018-08-09 07:51:51 +00:00 committed by Gerrit Code Review
commit e9899e710e
1 changed files with 1 additions and 1 deletions

View File

@ -63,7 +63,7 @@ class statusbot(
hasrestart => true,
require => File['/etc/init.d/statusbot'],
subscribe => [
Vcsrepo['/opt/statusbot'],
Exec['install_statusbot'],
File['/etc/statusbot/statusbot.config'],
],
}