Make seccomp file readable by runner
This commit is contained in:
parent
05ee26e7c2
commit
571af24060
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ class cdn::runner(
|
|||
file { '/opt/forgejo-runner/data/seccomp.json':
|
||||
ensure => file,
|
||||
owner => 'root',
|
||||
group => 'root',
|
||||
group => '1001',
|
||||
mode => '0640',
|
||||
content => template('cdn/runner/seccomp.json.erb'),
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue