Skip to content

Commit b58c9c6

Browse files
author
Joe Rodriguez Jr
committed
https://jira.puppetlabs.com/browse/pf-202: Adding variables to the manifest:
- caches - locations
1 parent 9d6d6b1 commit b58c9c6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

manifests/loadbalancer.pp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
define nginx::loadbalancer(
22
$workers,
3+
$caches,
34
$backups = [],
45
$priority = 75,
56
$template = 'nginx/vhost-loadbalancing.conf.erb',
@@ -14,6 +15,7 @@
1415
$fail_timeout = 10,
1516
$proto = 'http',
1617
$magic = '', # Accept arbitrary template data to append to the vhost
18+
$locations = '',
1719
) {
1820

1921
include nginx

0 commit comments

Comments
 (0)