Code review comment for ~graylog-charmers/charm-graylog:feature/multi-version

Revision history for this message
Rodrigo Barbieri (rodrigo-barbieri2010) wrote :

Updated with the review feedback of Paul Groins.

Changed

@when_not('snap.installed.graylog')
def install_graylog():

to

@when('snap.installed.core')
def install_graylog():

« Back to merge proposal