Skip to content

Commit 555b7e0

Browse files
author
Tim Meusel
committed
switch backup_upstream from undef to []
1 parent d156355 commit 555b7e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

manifests/params.pp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
$listen_address = '*'
3535
$default_webserver = 'httpd'
3636
$disable_ssl = undef
37-
$backup_upstream = undef
37+
$backup_upstream = []
3838

3939
# Only used when environments == directory
4040
$environmentpath = '$confdir/environments'

0 commit comments

Comments
 (0)