Skip to content
This repository was archived by the owner on Nov 24, 2023. It is now read-only.

Commit bff88fd

Browse files
committed
default to false
1 parent 0ac711c commit bff88fd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

manifests/init.pp

+1-1
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@
8484
Optional[String[1]] $http_proxy = undef,
8585
Optional[String[1]] $https_proxy = undef,
8686
Optional[String[1]] $no_proxy = undef,
87-
Optional[Boolean] $disable_update = undef,
87+
Optional[Boolean] $disable_update = false,
8888
Optional[Array[String]] $path = undef,
8989
Optional[Hash[String, String]] $env = undef,
9090
) {

manifests/instance.pp

+1-1
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@
139139
url => $url,
140140
hostname => $hostname,
141141
assured_labels => $assured_labels,
142-
disable_update => $disable_update,
142+
disable_update => $disable_update,
143143
}),
144144
notify => Exec["${instance_name}-run_configure_install_runner.sh"],
145145
require => Archive["${instance_name}-${archive_name}"],

0 commit comments

Comments
 (0)