mc0e
mc0e
ferment doesn't appear to generate any rules for IPv6. Should I be concerned?
ferment's default cidr is `172.18.0.0/16`, which is incorrect in my case. Rather than hard-coding this default, why not base it on the actual config for the docker network interface?
This project is heading in a good direction, but I'm not entirely happy with the ways the identity is selected. I'd like to be able to issue a command to...
I have a personal `$HOME/bin` directory atthe start of my `$PATH`, containing `rsync` as a symlink to ssh-ident. It's coughing on the `UseRoaming` option in my `$HOME/.ssh/config` file: ``` $...
Having code files be writeable by the runtime user is bad practice. Rebuilding the container might make removing maliciously installed apps easier, but we should make it hard to do...
Clearly a lot of work has gone into the documentation, but either I've missed something important, or there's some bits that aren't covered. Maybe I just need a pointer in...
As things stand, the chaplocal script doesn't work as intended unless run by a non-root user who is also a member of the docker group. Could we have the chaplocal...
This is a module for gitlab. You shouldn't be specifying the loading of more packages outside that scope. Eg most puppet configurations will already have something to load openssh-server, and...
`templates/fcgi_site.erb` expects to be able to iterate on string variables with `each`. In Ruby 1.8, this iterated over lines. That's deprecated by Ruby 1.9. Specifically, `templates/fcgi_site.erb` tries to iterate on...
Change the determining factor for deciding to use SSL. This allows a user to put more than just the port into the listen directive. eg: nginx::fcgi::site { 'default-ssl': listen =>...