summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--manifests/init.pp2
1 files changed, 2 insertions, 0 deletions
diff --git a/manifests/init.pp b/manifests/init.pp
index a5dd09c..942aee8 100644
--- a/manifests/init.pp
+++ b/manifests/init.pp
@@ -29,10 +29,12 @@ class cgit (
'cgit',
], { ensure => installed })
+ Cgit::Filter <| |> -> Concat[$cgitrc]
concat { $cgitrc:
ensure => present,
}
+
concat::fragment { 'cgit config upper half':
order => 0,
content => epp('cgit/upper.epp'),