Have the 'statusbot' service subscribe to the pip install

Instead of having the 'statusbot' service subscribe to the git
repository, have it subscribe to the pip install.

So now we have:
  * statusbot service <- (subscribed to) <- pip install
  * pip install <- (subscribed to) <- vcsrepo

Change-Id: Id87785810ca4846527dbc8a59ef95ff1c5b4efde
This commit is contained in:
John L. Villalovos 2018-02-22 12:35:07 -08:00
parent 3973ed99a2
commit de203e0d43
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'],
],
}