Skip to content

Commit ebd4012

Browse files
authored
Merge pull request #183 from reidmv/GH-41
Move load_balancer class to examples
2 parents ee914c7 + 89d1dfe commit ebd4012

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

Diff for: manifests/load_balancer.pp renamed to examples/load_balancer.pp

+6-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
# @summary Example class for PE compiler load balancer
22
#
3-
class peadm::load_balancer {
3+
# This is a sample, not functional, demonstrating approximately what it would
4+
# take to configure HA Proxy as a load balancer for Puppet Enterprise.
5+
#
6+
# lint:ignore:autoloader_layout
7+
class load_balancer {
48

59
class { 'haproxy':
610
global_options => {
@@ -59,3 +63,4 @@
5963
}
6064

6165
}
66+
# lint:endignore

0 commit comments

Comments
 (0)