Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
Review Comments #4
Conversation
chuckbutler
added some commits
Apr 28, 2016
johnsca
reviewed
Apr 28, 2016
| @@ -31,7 +33,8 @@ def render_filebeat_template(): | ||
| @when('config.changed.install_sources') | ||
| @when('config.changed.install_keys') | ||
| def reinstall_filebeat(): | ||
| - remove_state('filebeat.installed') | ||
| + if is_state('elasticsearch.available') or is_state('logstash.available'): |
chuckbutler
added some commits
Apr 28, 2016
|
@johnsca |
johnsca
merged commit ac66f50
into
master
Apr 29, 2016
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
chuckbutler commentedApr 28, 2016
•
Edited 1 time
-
chuckbutler
Apr 28, 2016
Various fixes:
DEBUG:bundletester.utils:Updating JUJU_ENV: "amazon" -> ""
PASS: 4 Total: 4 (1139.414418 sec)