ghoneycutt / puppet-module-pam

Puppet module to manage PAM
Other
18 stars 80 forks source link

Add support for Debian 10 #217

Closed thechristschn closed 4 years ago

thechristschn commented 4 years ago

There ist currently no package for a puppet5 puppetserver on Debian 10, so I added travis tests only for puppet6.

ghoneycutt commented 4 years ago

Thank you for the contribution!

ghoneycutt commented 4 years ago

Are these configs from a standard install without any other configuration added?

thechristschn commented 4 years ago

Are these configs from a standard install without any other configuration added?

This is the default config from a new standard installation. The only change I made was to remove @include common-password from the end of templates/sshd.debian10.erb . But this line was already removed for debian9 from the standard installation, so I guess there is a reason. But I can readd it if you want.

ghoneycutt commented 4 years ago

Please add that line back so we can keep it as default as possible. Thank you!

thechristschn commented 4 years ago

Please add that line back so we can keep it as default as possible. Thank you!

Done.

ghoneycutt commented 4 years ago

Vagrant is failing

The following SSH command responded with a non-zero exit status.
Vagrant assumes that this means the command failed!

apt-get install -y linux-headers-`uname -r` dkms

Stdout from the command:

Reading package lists...
Building dependency tree...
Reading state information...

Stderr from the command:

E: Unable to locate package linux-headers-4.19.0-5-amd64
E: Couldn't find any package by glob 'linux-headers-4.19.0-5-amd64'
E: Couldn't find any package by regex 'linux-headers-4.19.0-5-amd64'
ghoneycutt commented 4 years ago

Vagrant is working. Great work!