diff options
Diffstat (limited to 'lib/chef/util/selinux.rb')
-rw-r--r-- | lib/chef/util/selinux.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/util/selinux.rb b/lib/chef/util/selinux.rb index edca589034..0ff76c6407 100644 --- a/lib/chef/util/selinux.rb +++ b/lib/chef/util/selinux.rb @@ -83,7 +83,7 @@ class Chef else # We assume selinux is not enabled if selinux utils are not # installed. - return false + false end end |