Make docker_certs available to runner
This commit is contained in:
parent
48d3b890d0
commit
05ee26e7c2
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ class cdn::runner(
|
|||
file { '/opt/forgejo-runner/docker_certs':
|
||||
ensure => directory,
|
||||
owner => 'root',
|
||||
group => 'root',
|
||||
group => '1001',
|
||||
mode => '0750',
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue