Skip to content

Commit 150f9e7

Browse files
committed
cookstyle
1 parent 5004526 commit 150f9e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cookbooks/fb_sssd/recipes/default.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@
8787
service 'disable sssd' do
8888
not_if { node['fb_sssd']['enable'] }
8989
# once the package is removed, this fails, sadly
90-
only_if { File.exist?('/lib/systemd/system/sssd.service') }
90+
only_if { ::File.exist?('/lib/systemd/system/sssd.service') }
9191
service_name 'sssd'
9292
action [:stop, :disable]
9393
end

0 commit comments

Comments
 (0)