Puppet Class: haproxy_plugin::params

Inherited by:
haproxy_plugin
Defined in:
manifests/params.pp

Overview



1
2
3
4
5
6
7
# File 'manifests/params.pp', line 1

class haproxy_plugin::params {
  if $::puppetversion =~ /Puppet Enterprise/ {
    $plugins_dir = '/opt/puppet/libexec/mcollective/mcollective'
  } else {
    $plugins_dir = '/usr/libexec/mcollective/mcollective'
  }
}