summaryrefslogtreecommitdiff
path: root/lib/chef/util/selinux.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/chef/util/selinux.rb')
-rw-r--r--lib/chef/util/selinux.rb11
1 files changed, 5 insertions, 6 deletions
diff --git a/lib/chef/util/selinux.rb b/lib/chef/util/selinux.rb
index c50347006c..bc0942ed82 100644
--- a/lib/chef/util/selinux.rb
+++ b/lib/chef/util/selinux.rb
@@ -22,14 +22,13 @@
require 'chef/mixin/shell_out'
-#
-# IMPORTANT: We assume that selinux utilities are installed on an
-# selinux enabled server. Provisioning an selinux enabled server
-# without selinux utilities is not supported.
-#
-
class Chef
class Util
+ #
+ # IMPORTANT: We assume that selinux utilities are installed on an
+ # selinux enabled server. Provisioning an selinux enabled server
+ # without selinux utilities is not supported.
+ #
class Selinux
include Chef::Mixin::ShellOut