From cbed530b48e49d1c3a90fb7946733a2a63286270 Mon Sep 17 00:00:00 2001 From: Alexander Sulfrian Date: Sat, 7 Feb 2015 15:34:31 +0100 Subject: Fix parameter of bcfg2-reports for bcfg-1.4.x. --- hosts-state | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hosts-state') diff --git a/hosts-state b/hosts-state index 965955c..c4e228b 100755 --- a/hosts-state +++ b/hosts-state @@ -21,7 +21,7 @@ my $summary = { status => 0 }; -open(my $reports, '-|', '/usr/sbin/bcfg2-reports', 'clients', '-a', '--fields=state,time,total,good,bad,extra,modified'); +open(my $reports, '-|', '/usr/sbin/bcfg2-reports', 'clients', '--fields=state,time,total,good,bad,extra,modified'); my $header = 1; while(<$reports>) { -- cgit v1.2.3-1-g7c22