gerases
gerases
## Summary Use the read method on the return of open_url to actually get the content. Otherwise the following error is returned by puppetserver: ``` Error: Could not retrieve catalog...
## Describe the Bug When a stack runs on several machines and the services are spread out between them, this check in `docker/lib/puppet/provider/docker_stack/ruby.rb` doesn't work correctly: ``` if stack_services.count !=...
## Use Case The ExecReload statement in the service unit file is useful and is supposed by some dockerized services such as puppetserver. ## Describe the Solution You Would Like...
Is removing from the black list and iptables sufficient? Will the ip not get re-blacklisted if it's in the fail2ban log files? Also, what stops the emails for this jail?...
Hi, is it possible to prevent q from quitting lnav altogether. I keep doing it for some reason. Same about carl-c. Maybe a confirmation before quitting? Sorry if this has...
Hi, I have the following caching configuration now: ``` cache: # Type of caching. Valid: "mem", "memcache", "null" type: "mem" # Cache limit in megabytes size_mb: 0 # Default cache...