Skip to content

Commit 0635885

Browse files
author
Joe Rodriguez Jr
committed
Fixing declaration bug, setting caches to default to an empty array.
https://jira.puppetlabs.com/browse/ops-1008
1 parent 017f9f3 commit 0635885

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

manifests/loadbalancer.pp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
define nginx::loadbalancer(
22
$workers,
3-
$caches,
3+
$caches = [],
44
$backups = [],
55
$priority = 75,
66
$template = 'nginx/vhost-loadbalancing.conf.erb',

0 commit comments

Comments
 (0)