aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2023-04-06 22:56:20 -0300
committerSilvio Rhatto <rhatto@riseup.net>2023-04-06 22:56:20 -0300
commit00144661201848d430aca38ab1ee7a40c1a2646d (patch)
tree1b5148444c9e7ca77ce129cd57fd58dafc5e3654
parentc59013709a055e6e862923498f56fa0f93b8faaa (diff)
downloadpuppet-nodo-00144661201848d430aca38ab1ee7a40c1a2646d.tar.gz
puppet-nodo-00144661201848d430aca38ab1ee7a40c1a2646d.tar.bz2
Feat: sshd: setup sshguard
-rw-r--r--manifests/subsystem/sshd.pp4
1 files changed, 4 insertions, 0 deletions
diff --git a/manifests/subsystem/sshd.pp b/manifests/subsystem/sshd.pp
index dd0968b..fddf552 100644
--- a/manifests/subsystem/sshd.pp
+++ b/manifests/subsystem/sshd.pp
@@ -4,6 +4,10 @@ class nodo::subsystem::sshd {
if $manage == true {
include ::sshd
+ package { 'sshguard':
+ ensure => present,
+ }
+
# Add the localhost ssh key, useful when one needs
# to ssh to localhost.
sshkey { [ 'localhost', '127.0.0.1' ]: