aboutsummaryrefslogtreecommitdiff
path: root/manifests/subsystem/sshd.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/subsystem/sshd.pp')
-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' ]: