From 52cc76e5b6fbdafb320abc3cb6ee9a4e8b87cc3b Mon Sep 17 00:00:00 2001 From: Nicolas Vigier Date: Wed, 21 Sep 2011 20:52:34 +0000 Subject: remove useless use of cat noticed by tmb --- modules/buildsystem/manifests/init.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/buildsystem') diff --git a/modules/buildsystem/manifests/init.pp b/modules/buildsystem/manifests/init.pp index f7c0a287..40094548 100644 --- a/modules/buildsystem/manifests/init.pp +++ b/modules/buildsystem/manifests/init.pp @@ -209,7 +209,7 @@ class buildsystem { cron { "update maintdb export": user => $maintdb_login, - command => "$maintdb_binpath root get > $maintdb_dump; cat $maintdb_dump | grep ' nobody\$' > $maintdb_unmaintained", + command => "$maintdb_binpath root get > $maintdb_dump; grep ' nobody\$' $maintdb_dump > $maintdb_unmaintained", minute => "*/30", require => User[$maintdb_login], } -- cgit v1.2.1