diff options
Diffstat (limited to 'modules/gitmirror/manifests/init.pp')
-rw-r--r-- | modules/gitmirror/manifests/init.pp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/gitmirror/manifests/init.pp b/modules/gitmirror/manifests/init.pp index 4ab44c0a..8861d1fe 100644 --- a/modules/gitmirror/manifests/init.pp +++ b/modules/gitmirror/manifests/init.pp @@ -4,7 +4,7 @@ class gitmirror { } file { '/etc/init.d/on-the-pull': content => template('gitmirror/on-the-pull.init'), - mode => 755, + mode => '0755', } mga_common::local_script { 'gitmirror-sync-metadata': |