diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2017-06-05 19:06:14 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2017-06-05 19:06:14 -0300 |
commit | 728ae6aa89996047ce8be9f3bfff11b211a8dd7e (patch) | |
tree | 2639c24be8107a12e47464e2c1ccb7b53835a186 /manifests/cgit.pp | |
parent | 730c1daa855d2495227dbf5266285ec5252c2c84 (diff) | |
download | puppet-git-728ae6aa89996047ce8be9f3bfff11b211a8dd7e.tar.gz puppet-git-728ae6aa89996047ce8be9f3bfff11b211a8dd7e.tar.bz2 |
Changes for puppet 4 compatibility
Diffstat (limited to 'manifests/cgit.pp')
-rw-r--r-- | manifests/cgit.pp | 2 |
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'), } |