Skip to content

Move load_balancer class to examples #183

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jul 15, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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