Skip to content

Commit

Permalink
cookstyle
Browse files Browse the repository at this point in the history
  • Loading branch information
jaymzh committed May 28, 2020
1 parent d600233 commit 2bd8490
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cookbooks/fb_sssd/recipes/default.rb
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
service 'disable sssd' do
not_if { node['fb_sssd']['enable'] }
# once the package is removed, this fails, sadly
only_if { File.exist?('/lib/systemd/system/sssd.service') }
only_if { ::File.exist?('/lib/systemd/system/sssd.service') }
service_name 'sssd'
action [:stop, :disable]
end

0 comments on commit 2bd8490

Please sign in to comment.