projects
/
mirror
/
dsa-puppet.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
96fd86a
)
Install libpam-systemd on systemd hosts
author
Peter Palfrader
<peter@palfrader.org>
Thu, 17 Sep 2015 15:54:51 +0000
(17:54 +0200)
committer
Peter Palfrader
<peter@palfrader.org>
Thu, 17 Sep 2015 15:54:51 +0000
(17:54 +0200)
modules/ssh/manifests/init.pp
patch
|
blob
|
history
diff --git
a/modules/ssh/manifests/init.pp
b/modules/ssh/manifests/init.pp
index
8e61da6
..
d86093e
100644
(file)
--- 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
+ }
+ }
}
}