# File lib/puppet/type/file/selcontext.rb, line 47 47: def insync?(value) 48: if not selinux_support? 49: debug("SELinux bindings not found. Ignoring parameter.") 50: return true 51: end 52: super 53: end