Skip to main content

OctalModeAsString

The department is: OctalModeAsString

The full name of the cop is: Chef/Correctness/OctalModeAsString

Enabled by default Supports autocorrection Target Chef Version
Enabled No All Versions

do not represent file modes as Strings containing octal values.

Examples

incorrect

file '/etc/some_file' do
  mode '0o755'
end

correct

file '/etc/some_file' do
  mode '0755'
end

Configurable attributes

Name Default value Configurable values
Version Added 6.21.0 String
Include
Array

Was this page helpful?

×









Search Results