Tomas Barton
Tomas Barton
Right, it an ideal automated world, it should be working. An easy workaround is to use Hiera: `hiera/host/zk1.example.com.yaml`: ``` yaml zookeeper::id: '1' ``` `hiera/host/zk2.example.com.yaml`: ``` yaml zookeeper::id: '2' ``` `hiera/host/zk3.example.com.yaml`:...
I agree, it would be great to have a working cluster out of the box. Another problem is, that it might not be possible to setup all ZooKeepers in a...
@bastelfreak There's slight inconsistency in naming. The `sshd` jail is enabled using `ssh`: ``` fail2ban::jails: - ssh ``` while for all other jails it seems to match the jail name....
@r3pek Yeah, I've noticed. It looks like Debian 8 it the only anomaly with `ssh` and `ssh-ddos` jails (probably with much older fail2ban version than in other distributions). It will...
Yes, sorry. I'll try to finish this soon.
**Debian 8** * is running on very old version `0.8.13` * config file is very different from other distributions * many jail might be supported, just missing config section (`vsftpd`,...
The config hash `jails_config` currently supports mixture of Strings and Integers: ```yaml fail2ban::jails_config: ssh: port: ssh,2200 dropbear: port: - ssh - 2201 selinux-ssh: port: - 'ssh' - '2202' ``` with...
@Dan33l All conflicts have been resolved, could you have a look at it?
Yes, it's weird :confused: For Debian repositories you need to explicitly set the release ``` gluster::repo::apt::release: '5' ``` as the variable `gluster::repo::release` is not passed to `class gluster::repo::apt`
@fraenki Yeah, sure. This is a bit old, I don't recall the details.