# @summary # A puppet module to manage a system's Haproxy installation. # # @example # class { 'haproxy': # # } class haproxy ( String[1] $package_ensure = 'present', String $package_name = $haproxy::params::package_name, ) inherits haproxy::params { contain haproxy::install }