aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Backlund <tmb@mageia.org>2015-10-20 00:40:28 +0300
committerThomas Backlund <tmb@mageia.org>2015-10-20 00:40:28 +0300
commit1cc0eafdd58378e3fef935a560d5f0178ec2487f (patch)
tree4f9c5632cf74eba62b77d013f58610911b7392db
parentbf817c6ea3036d8fd69995a767f5071e19232fb9 (diff)
downloadpuppet-1cc0eafdd58378e3fef935a560d5f0178ec2487f.tar
puppet-1cc0eafdd58378e3fef935a560d5f0178ec2487f.tar.gz
puppet-1cc0eafdd58378e3fef935a560d5f0178ec2487f.tar.bz2
puppet-1cc0eafdd58378e3fef935a560d5f0178ec2487f.tar.xz
puppet-1cc0eafdd58378e3fef935a560d5f0178ec2487f.zip
lint fixes for gitmirror
-rw-r--r--modules/gitmirror/manifests/init.pp2
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':