Make slave scripts executable.
Wow. Seriously. The thing is - I had this as 755 previously, then thought to myself, "that's too permissive" Change-Id: I3bd2e64a4d178f4b58c36967712c66b434aa7181
This commit is contained in:
parent
24220782cb
commit
9f4d094a07
@ -216,7 +216,7 @@ define jenkinsuser($ensure = present, $ssh_key) {
|
||||
file { '/usr/local/jenkins/slave_scripts':
|
||||
owner => 'root',
|
||||
group => 'root',
|
||||
mode => 644,
|
||||
mode => 755,
|
||||
ensure => 'directory',
|
||||
recurse => true,
|
||||
require => File['/usr/local/jenkins'],
|
||||
|
Loading…
Reference in New Issue
Block a user