Skip to content

Commit

Permalink
Remove deprecated concat::setup class
Browse files Browse the repository at this point in the history
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
  • Loading branch information
blkperl committed Oct 3, 2014
1 parent 8021b59 commit 4aa8843
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion manifests/balancer.pp
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@
$proxy_set = {},
$collect_exported = true,
) {
include concat::setup
include ::apache::mod::proxy_balancer

$target = "${::apache::params::confd_dir}/balancer_${name}.conf"
Expand Down
2 changes: 1 addition & 1 deletion metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
},
{
"name": "puppetlabs/concat",
"version_requirement": ">= 1.1.0"
"version_requirement": ">= 1.1.1"
}
]
}

0 comments on commit 4aa8843

Please sign in to comment.