summaryrefslogtreecommitdiffstats
path: root/lib/puppet/type/file/selcontext.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/puppet/type/file/selcontext.rb')
-rw-r--r--lib/puppet/type/file/selcontext.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/puppet/type/file/selcontext.rb b/lib/puppet/type/file/selcontext.rb
index 717f58805..dc94cb9da 100644
--- a/lib/puppet/type/file/selcontext.rb
+++ b/lib/puppet/type/file/selcontext.rb
@@ -46,8 +46,8 @@ module Puppet
def insync?(value)
if not selinux_support?
- debug("SELinux bindings not found. Ignoring parameter.")
- return true
+ debug("SELinux bindings not found. Ignoring parameter.")
+ return true
end
super
end