Gitlab Community Edition Instance

Skip to content
Snippets Groups Projects
add_sec.pp 155 B
Newer Older
# Tools für zusätzliche Sicherheit installieren
class ubuntu_server::add_sec{
    package{['fail2ban','molly-guard']:
        ensure => present,
    }
}