# File lib/puppet/type/file/selcontext.rb, line 55
55:         def sync
56:             self.set_selinux_context(@resource[:path], @should, name)
57:             return :file_changed
58:         end