Set jenkins as owner of /srv dirs on static.o.o.
Change-Id: I192bfbb3e527447008e97d0fb19e99f3fdcb3370 Reviewed-on: https://review.openstack.org/18566 Reviewed-by: Jeremy Stanley <fungi@yuggoth.org> Reviewed-by: Monty Taylor <mordred@inaugust.com> Approved: Monty Taylor <mordred@inaugust.com> Tested-by: Jenkins
This commit is contained in:
parent
0b2cba4e99
commit
a29384d2d5
@ -50,15 +50,24 @@ class openstack_project::static (
|
||||
}
|
||||
|
||||
file { '/srv/static/tarballs':
|
||||
ensure => directory,
|
||||
ensure => directory,
|
||||
owner => 'jenkins',
|
||||
group => 'jenkins',
|
||||
require => User['jenkins'],
|
||||
}
|
||||
|
||||
file { '/srv/static/ci':
|
||||
ensure => directory,
|
||||
ensure => directory,
|
||||
owner => 'jenkins',
|
||||
group => 'jenkins',
|
||||
require => User['jenkins'],
|
||||
}
|
||||
|
||||
file { '/srv/static/logs':
|
||||
ensure => directory,
|
||||
ensure => directory,
|
||||
owner => 'jenkins',
|
||||
group => 'jenkins',
|
||||
require => User['jenkins'],
|
||||
}
|
||||
|
||||
file { '/srv/static/logs/robots.txt':
|
||||
|
Loading…
Reference in New Issue
Block a user