# limitations under the License.
#
+unified_mode true
+
default_action [:install, :enable]
property :module, :kind_of => String, :name_property => true
source new_resource.conf
owner "root"
group "root"
- mode 0o644
+ mode "644"
variables new_resource.variables
end
end