Make docker_certs available to runner

This commit is contained in:
Patrik Lundin 2024-10-03 21:04:17 +02:00
parent 48d3b890d0
commit 05ee26e7c2
Signed by: patlu
GPG key ID: A0A812BA2249F294

View file

@ -32,7 +32,7 @@ class cdn::runner(
file { '/opt/forgejo-runner/docker_certs':
ensure => directory,
owner => 'root',
group => 'root',
group => '1001',
mode => '0750',
}