A gen_hpkp_pin function
[mirror/dsa-puppet.git] / modules / ssh / manifests / init.pp
index 8e61da6..d86093e 100644 (file)
@@ -43,5 +43,11 @@ class ssh {
                                command => 'ssh-keygen -f /etc/ssh/ssh_host_ed25519_key -q -P "" -t ed25519',
                        }
                }
+
+               if $systemd {
+                       package { [ 'libpam-systemd' ]:
+                               ensure => installed
+                       }
+               }
        }
 }