Skip to content

Commit

Permalink
Merge pull request #316 from wstiern/fix-prepared-query-install
Browse files Browse the repository at this point in the history
fix ::consul_version fact lookup during installation
  • Loading branch information
solarkennedy authored Feb 18, 2017
2 parents d70a97e + f7466a5 commit 8b1c51d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manifests/install.pp
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
$install_path = pick($::consul::archive_path, "${install_prefix}/archives")

# only notify if we are installing a new version (work around for switching to archive module)
if getvar('$::consul_version') != $::consul::version {
if getvar('::consul_version') != $::consul::version {
$do_notify_service = $::consul::notify_service
} else {
$do_notify_service = undef
Expand Down

0 comments on commit 8b1c51d

Please sign in to comment.