Skip to content

Commit

Permalink
Merge pull request #39 from erinn/master
Browse files Browse the repository at this point in the history
Give full path to authconfig.
  • Loading branch information
tas50 committed Jul 25, 2018
2 parents 27650d5 + a4a2000 commit 7bcbf38
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion metadata.rb
Expand Up @@ -4,7 +4,7 @@
license 'Apache-2.0'
description 'Sets up SSSD for LDAP on Ubuntu and RHEL systems'
long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))
version '4.2.3'
version '4.2.4'

%w(redhat centos amazon scientific oracle ubuntu debian).each do |os|
supports os
Expand Down
2 changes: 1 addition & 1 deletion recipes/default.rb
Expand Up @@ -68,7 +68,7 @@

# Have authconfig enable SSSD in the pam files
execute 'authconfig' do
command "authconfig #{node['sssd_ldap']['authconfig_params']}"
command "/usr/sbin/authconfig #{node['sssd_ldap']['authconfig_params']}"
notifies :run, 'ruby_block[nsswitch sudoers]', :immediately
action :nothing
end
Expand Down

0 comments on commit 7bcbf38

Please sign in to comment.