Skip to content

Commit

Permalink
Always set do_notify_service to satisfy strict_variables
Browse files Browse the repository at this point in the history
  • Loading branch information
solarkennedy committed Apr 13, 2016
1 parent 8746276 commit a31e98e
Showing 1 changed file with 2 additions and 0 deletions.
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

0 comments on commit a31e98e

Please sign in to comment.