MiamiOH / puppet-pam_access

Manage access.conf entries with Augeas
GNU General Public License v3.0
2 stars 10 forks source link

Origin is silently truncated to first word #9

Open andylytical opened 3 years ago

andylytical commented 3 years ago

Steps to reproduce

What I expect to happen

I expect the access.conf file to contain these two lines:

+ : root : LOCAL cron crond 127.0.0.1 :0 tty
- : ALL : ALL

What actually happens

access.conf looks like this:

+ : root : LOCAL
- : ALL : ALL
edestecd commented 3 years ago

interesting. I guess we have never hit this b/c all of our origins are one word. Would you mind submitting a PR. It looks like you have a commit that may fix this?

andylytical commented 3 years ago

See PR #10