From 1cc0eafdd58378e3fef935a560d5f0178ec2487f Mon Sep 17 00:00:00 2001 From: Thomas Backlund Date: Tue, 20 Oct 2015 00:40:28 +0300 Subject: lint fixes for gitmirror --- modules/gitmirror/manifests/init.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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': -- cgit v1.2.1