Guest User

Untitled

a guest
Jul 18th, 2018
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. class fail2ban
  2. {
  3. package { "fail2ban": ensure => installed }
  4.  
  5. service { "fail2ban":
  6. enable => true,
  7. ensure => running,
  8. hasstatus => true,
  9. hasrestart => true,
  10. require => Package["fail2ban"]
  11. }
  12. }
Add Comment
Please, Sign In to add comment