summaryrefslogtreecommitdiff
path: root/lib/chef/util/selinux.rb
diff options
context:
space:
mode:
authorsersut <serdar@opscode.com>2013-05-16 16:40:04 -0700
committersersut <serdar@opscode.com>2013-05-16 16:40:04 -0700
commit63dcbedc9999de20d5eb909f5a063b77655200ee (patch)
treef3a4e6d0eafd354b16ad1aece87372c22e6e7155 /lib/chef/util/selinux.rb
parentd06e47888d80696f816f43e08c62568b5876af68 (diff)
downloadchef-63dcbedc9999de20d5eb909f5a063b77655200ee.tar.gz
Relocate comments so that they can be picked up correctly by the doc tools.
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