From 1e9cf28f5bf3c468817ff98131587f08ccc428f1 Mon Sep 17 00:00:00 2001 From: Mike Gabriel Date: Wed, 25 Jul 2018 14:53:31 +0200 Subject: usr-lib-nagios-plugins/check_puppetmaster: Allow passing cmdline args to check_puppetmaster.sh. --- usr-lib-nagios-plugins/check_puppetmaster | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr-lib-nagios-plugins/check_puppetmaster b/usr-lib-nagios-plugins/check_puppetmaster index ed785c5..3a41353 100755 --- a/usr-lib-nagios-plugins/check_puppetmaster +++ b/usr-lib-nagios-plugins/check_puppetmaster @@ -1,3 +1,3 @@ #!/bin/bash -sudo -u puppet "$(dirname $0)/check_puppetmaster.sh" +sudo -u puppet "$(dirname $0)/check_puppetmaster.sh" "$@" -- cgit v1.2.3