Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Always set do_notify_service to satisfy strict_variables
  • Loading branch information
solarkennedy committed Apr 13, 2016
commit be3d92a9c52164ad83f1201b4338d0aa54ab69af
2 changes: 2 additions & 0 deletions manifests/install.pp
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@
# only notify if we are installing a new version (work around for switching to archive module)
if $::consul_version != $consul::version {
$do_notify_service = $consul::notify_service
} else {
$do_notify_service = undef
}

include '::archive'
Expand Down