nagios user needs to be able to read files in proxy dir, SC-2522
This commit is contained in:
parent
5fc39662b3
commit
29d122aca4
1 changed files with 2 additions and 1 deletions
|
@ -35,7 +35,8 @@ class eid::proxy (
|
|||
service_name => 'eidas-proxy',
|
||||
compose_dir => '/opt/',
|
||||
compose_filename => 'docker-compose.yml',
|
||||
description => 'eidas proxy'
|
||||
description => 'eidas proxy',
|
||||
mode => '0755'
|
||||
}
|
||||
|
||||
file { "${proxy_directory}/${country}":
|
||||
|
|
Loading…
Add table
Reference in a new issue