ghoneycutt / puppet-module-pam

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

GH-210 Add support for SLES 15 #212

Closed ph84172 closed 5 years ago

ph84172 commented 5 years ago

I've been running this on a couple of test SLES 15 systems to update the PAM configuration and modify access.conf and it appears to be working correctly.

ghoneycutt commented 5 years ago

@ph84172 looks like you are missing spec fixtures. Take a look at https://github.com/ghoneycutt/puppet-module-pam/tree/master/spec/fixtures

To get these, just copy them from a vanilla system without running puppet on it, then add the header to the top and remove any other comments.

header is

# This file is being maintained by Puppet.
# DO NOT EDIT
ph84172 commented 5 years ago

Thanks Garrett, the tests are passing now. That one failure on the last build looks like a job timing out.

ghoneycutt commented 5 years ago

One of the travis jobs timed out, restarting that one.

ghoneycutt commented 5 years ago

Fixes #210