From 68d38057597e905f3387949d6d2f4105a21c1973 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Tue, 11 Oct 2022 01:40:22 +0200 Subject: Add missing comma. --- manifests/filter.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/filter.pp b/manifests/filter.pp index 686acc3..95b0651 100644 --- a/manifests/filter.pp +++ b/manifests/filter.pp @@ -29,7 +29,7 @@ define cgit::filter ( mode => $type ? { 'lua' => '0444', 'exec' => '0555', - } + }, source => $source, content => $content, * => $file_props, -- cgit v1.2.3