Compare commits
4 Commits
322eb50f57
...
c8662002dc
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
c8662002dc | ||
|
|
313c6232ae | ||
| 5d2047a77e | |||
|
|
20b04bc1d4 |
@@ -424,7 +424,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>
|
||||
|
||||
|
||||
—
|
||||
@@ -517,7 +517,7 @@ class confdroid_alloy::params (
|
||||
Boolean $ay_manage_nagios = false,
|
||||
String $ay_target_service = '/etc/nagios/conf.d/alloy_service.cfg',
|
||||
Array $ay_target_contacts = ['nagiosadmin'],
|
||||
String $ay_procs_allowed = '1:1'
|
||||
String $ay_procs_allowed = '1:'
|
||||
|
||||
) {
|
||||
# defaults
|
||||
|
||||
@@ -48,7 +48,7 @@ class confdroid_alloy::params (
|
||||
Boolean $ay_manage_nagios = false,
|
||||
String $ay_target_service = '/etc/nagios/conf.d/alloy_service.cfg',
|
||||
Array $ay_target_contacts = ['nagiosadmin'],
|
||||
String $ay_procs_allowed = '1:1'
|
||||
String $ay_procs_allowed = '1:'
|
||||
|
||||
) {
|
||||
# defaults
|
||||
|
||||
Reference in New Issue
Block a user