Compare commits
4 Commits
1ecf52e73f
...
78b2a3963e
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
78b2a3963e | ||
|
|
abac5926d4 | ||
| 6c1b999d4b | |||
|
|
67b1681012 |
@@ -947,7 +947,7 @@
|
||||
<span class='type'>(<tt>String</tt>)</span>
|
||||
|
||||
|
||||
<em class="default">(defaults to: <tt>'1:1'</tt>)</em>
|
||||
<em class="default">(defaults to: <tt>'1:'</tt>)</em>
|
||||
|
||||
|
||||
</li>
|
||||
@@ -1128,7 +1128,7 @@ class confdroid_haproxy::params (
|
||||
Boolean $hy_manage_nagios = false,
|
||||
String $hy_target_service = '/etc/nagios/conf.d/haproxy_service.cfg',
|
||||
Array $hy_target_contacts = ['nagiosadmin'],
|
||||
String $hy_procs_allowed = '1:1'
|
||||
String $hy_procs_allowed = '1:'
|
||||
|
||||
) {
|
||||
$fqdn = $facts['networking']['fqdn']
|
||||
|
||||
@@ -122,7 +122,7 @@ class confdroid_haproxy::params (
|
||||
Boolean $hy_manage_nagios = false,
|
||||
String $hy_target_service = '/etc/nagios/conf.d/haproxy_service.cfg',
|
||||
Array $hy_target_contacts = ['nagiosadmin'],
|
||||
String $hy_procs_allowed = '1:1'
|
||||
String $hy_procs_allowed = '1:'
|
||||
|
||||
) {
|
||||
$fqdn = $facts['networking']['fqdn']
|
||||
|
||||
Reference in New Issue
Block a user