Skip to content

Commit

Permalink
Move load_balancer class to examples
Browse files Browse the repository at this point in the history
It is not functional, but still useful as guidance for creating real
content.
  • Loading branch information
reidmv committed Jul 15, 2021
1 parent ee914c7 commit 89d1dfe
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion manifests/load_balancer.pp → examples/load_balancer.pp
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# @summary Example class for PE compiler load balancer
#
class peadm::load_balancer {
# This is a sample, not functional, demonstrating approximately what it would
# take to configure HA Proxy as a load balancer for Puppet Enterprise.
#
# lint:ignore:autoloader_layout
class load_balancer {

class { 'haproxy':
global_options => {
Expand Down Expand Up @@ -59,3 +63,4 @@
}

}
# lint:endignore

0 comments on commit 89d1dfe

Please sign in to comment.