We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f2c5e97 + be3d92a commit 45a89b7Copy full SHA for 45a89b7
manifests/install.pp
@@ -20,6 +20,8 @@
20
# only notify if we are installing a new version (work around for switching to archive module)
21
if $::consul_version != $consul::version {
22
$do_notify_service = $consul::notify_service
23
+ } else {
24
+ $do_notify_service = undef
25
}
26
27
include '::archive'
spec/classes/init_spec.rb
@@ -10,6 +10,7 @@
10
:operatingsystemrelease => '10.04',
11
:kernel => 'Linux',
12
:ipaddress_lo => '127.0.0.1',
13
+ :consul_version => 'unknown',
14
15
end
16
# Installation Stuff
0 commit comments