aboutsummaryrefslogtreecommitdiff
path: root/manifests/cgit.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/cgit.pp')
-rw-r--r--manifests/cgit.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/cgit.pp b/manifests/cgit.pp
index 7c6512d..47c7eff 100644
--- a/manifests/cgit.pp
+++ b/manifests/cgit.pp
@@ -20,7 +20,7 @@ class git::cgit(
file { '/etc/cgitrc':
owner => "root",
group => "root",
- mode => 0644,
+ mode => '0644',
ensure => present,
content => template('git/cgitrc.erb'),
}