Skip to content

Commit ed070e3

Browse files
author
mattkirby
committed
Merge pull request #7 from puppetlabs-operations/ops_1008
Fixing declaration bug, setting caches to default to an empty array.
2 parents 017f9f3 + 0635885 commit ed070e3

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)