Mercurial > repos > other > Puppet
changeset 57:3674aac72674 puppet-3.6
Merge Default changes to Puppet 3.6 and fix conflict
author | IBBoard <dev@ibboard.co.uk> |
---|---|
date | Sun, 26 Jul 2015 17:55:43 +0100 |
parents | 2c1e222300f6 (current diff) 546dfa011f58 (diff) |
children | 65b227da8dc2 |
files | manifests/templates.pp modules/website/manifests/init.pp |
diffstat | 3 files changed, 4 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/common/fail2ban/ibb-repeat-offender.conf Sun Jul 26 17:50:51 2015 +0100 +++ b/common/fail2ban/ibb-repeat-offender.conf Sun Jul 26 17:55:43 2015 +0100 @@ -16,7 +16,8 @@ # (?:::f{4,6}:)?(?P<host>[\w\-.^_]+) # Values: TEXT # -failregex = fail2ban.actions:\s+WARNING\s+\[(?:.*)\]\s+Ban\s+<HOST> +failregex = WARNING\s+\[(?:.*)\]\s+Ban\s+<HOST> + INFO\s+\[(?:.*)\]\s+<HOST> already banned # Option: ignoreregex # Notes.: regex to ignore. If this regex matches, the line is ignored.
--- a/manifests/templates.pp Sun Jul 26 17:50:51 2015 +0100 +++ b/manifests/templates.pp Sun Jul 26 17:55:43 2015 +0100 @@ -39,7 +39,7 @@ #VPS is a self-mastered Puppet machine, so bodge a Hosts file file { '/etc/hosts': ensure => present, - content => "127.0.0.1 localhost puppet + content => "127.0.0.1 localhost $primary_ip ${fqdn}", }