class sunet::fail2ban { include augeas package {'fail2ban': ensure => 'latest' } -> service {'fail2ban': ensure => 'running' } augeas { "fail2ban_defaults": context => "/files/etc/fail2ban/jail.conf", incl => "/etc/fail2ban/jail.conf", lens => "Shellvars.lns", changes => [ 'set bantime "600800"', ], notify => Service['fail2ban'], } }