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':
|
file { '/opt/forgejo-runner/data/seccomp.json':
|
||||||
ensure => file,
|
ensure => file,
|
||||||
owner => 'root',
|
owner => 'root',
|
||||||
group => 'root',
|
group => '1001',
|
||||||
mode => '0640',
|
mode => '0640',
|
||||||
content => template('cdn/runner/seccomp.json.erb'),
|
content => template('cdn/runner/seccomp.json.erb'),
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue