Skip to content

Commit

Permalink
Merge pull request #2 from nkadelgarcia-consultant/master
Browse files Browse the repository at this point in the history
Add sssd package for RHEL 6 based environments.
  • Loading branch information
jcam committed Jul 16, 2013
2 parents 95d1106 + 3d6c3de commit 9c9880a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion metadata.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
license "Apache License"
description "Configures authconfig"
long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))
version "0.2.0"
version "0.2.1"
4 changes: 4 additions & 0 deletions recipes/default.rb
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,10 @@
end

if node[:platform_version].to_i == 6
package "sssd" do
action :install
end

service "sssd" do
supports :status => true, :restart => true, :reload => true
end
Expand Down

0 comments on commit 9c9880a

Please sign in to comment.