Merge "Ensure /var/lib/zuul is owned by zuul"
This commit is contained in:
commit
8d346cd442
@ -124,11 +124,14 @@ class zuul (
|
||||
file { '/var/run/zuul':
|
||||
ensure => directory,
|
||||
owner => 'zuul',
|
||||
group => 'zuul',
|
||||
require => User['zuul'],
|
||||
}
|
||||
|
||||
file { '/var/lib/zuul':
|
||||
ensure => directory,
|
||||
owner => 'zuul',
|
||||
group => 'zuul',
|
||||
}
|
||||
|
||||
file { '/var/lib/zuul/git':
|
||||
|
Loading…
Reference in New Issue
Block a user