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

Commit f93b7dd

Browse files
committed
Default to false, same as upstream for runners
1 parent af60193 commit f93b7dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

manifests/init.pp

Lines changed: 1 addition & 1 deletion
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
) {

0 commit comments

Comments
 (0)