Dmitry Sergeev
Dmitry Sergeev
My registry restarts frequently. But it is not even used yet, there are enough resources. registry CPU and memory consumes much less than what it was allocated. However, it still...
Example code: ``` mongodb_user { 'user': name => 'user', ensure => present, database => 'test', password => 'password', roles => ['readWrite'], tries => 10, } ``` apply agent: ``` #...
``` if ($check_authgraylog = nook_auth) { return 302 https://url/authorize?response_type=code&redirect_uri=https://$server_name$request_uri&client_id=define; } ``` Where does the `$check_authgraylog` variable come from? I do not see any places in the configuration where it would...