summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--manifests/filter.pp2
1 files changed, 1 insertions, 1 deletions
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,