Skip to content

Commit

Permalink
Merge pull request #1 from gavinelder/auth_fix
Browse files Browse the repository at this point in the history
(fix): Puppet 7.14.0 System Auth DB read.
  • Loading branch information
grahamgilbert authored Feb 3, 2022
2 parents ecc7e1a + 234f99e commit d4d64c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/puppet/provider/authpluginmech/ruby.rb
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

def get_auth_plist
begin
output = security(['authorizationdb', 'read', 'system.login.console'])
output = security(['-q', 'authorizationdb', 'read', 'system.login.console'])
rescue Puppet::ExecutionFailure => e
Puppet.debug "#get_auth_plist had an error -> #{e.inspect}"
return {}
Expand Down

0 comments on commit d4d64c3

Please sign in to comment.