Compare commits

..

1 Commits

Author SHA1 Message Date
Jenkins
5ac4aa7077 Merge branch 'jenkins-build-243' into 'master'
Auto-merge for build 243

See merge request puppet/confdroid_nagios!8
2026-09-08 13:09:31 +02:00
2 changed files with 2 additions and 2 deletions

View File

@@ -626,7 +626,7 @@ class confdroid_nagios::nagios::objects::commands (
@@nagios_command { 'check_puppet_server':
ensure => present,
command_name => 'check_puppet_server',
command_line => '$USER1$/check_procs -c $ARG1$ -a $ARG2$',
command_line => '$USER1$/check_procs -c $ARG1$ -C $ARG2$',
owner => $ng_user,
group => $ng_user,
mode => '0640',

View File

@@ -262,7 +262,7 @@ class confdroid_nagios::nagios::objects::commands (
@@nagios_command { 'check_puppet_server':
ensure => present,
command_name => 'check_puppet_server',
command_line => '$USER1$/check_procs -c $ARG1$ -a $ARG2$',
command_line => '$USER1$/check_procs -c $ARG1$ -C $ARG2$',
owner => $ng_user,
group => $ng_user,
mode => '0640',