Skip to content

Commit 4aa8843

Browse files
committed
Remove deprecated concat::setup class
This commit removes the deprecated concat::setup and bumps the dependency on concat to >= 1.1.1 to avoid an idempotency bug in v1.1.0
1 parent 8021b59 commit 4aa8843

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

manifests/balancer.pp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@
4242
$proxy_set = {},
4343
$collect_exported = true,
4444
) {
45-
include concat::setup
4645
include ::apache::mod::proxy_balancer
4746

4847
$target = "${::apache::params::confd_dir}/balancer_${name}.conf"

metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474
},
7575
{
7676
"name": "puppetlabs/concat",
77-
"version_requirement": ">= 1.1.0"
77+
"version_requirement": ">= 1.1.1"
7878
}
7979
]
8080
}

0 commit comments

Comments
 (0)