X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=modules%2Fssh%2Fmanifests%2Finit.pp;fp=modules%2Fssh%2Fmanifests%2Finit.pp;h=d86093ef347e658258c5861f266af8de9c2966e8;hb=c9560a12bfb07090e05851acd26d904819cef02b;hp=8e61da64c8bc6109a47950295b6be7803614bd7e;hpb=96fd86ae424dfb9028e9bbed48df618dfe2754f6;p=dsa-puppet.git diff --git a/modules/ssh/manifests/init.pp b/modules/ssh/manifests/init.pp index 8e61da64..d86093ef 100644 --- a/modules/ssh/manifests/init.pp +++ b/modules/ssh/manifests/init.pp @@ -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 + } + } } }