Skip to main content

MacosUserdefaultsInvalidType

The department is: MacosUserdefaultsInvalidType

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

Enabled by defaultSupports autocorrectionTarget Chef Version
EnabledYesAll Versions

The macos_userdefaults resource before Chef Infra Client 16.3 would silently continue if invalid types were passed resulting in unexpected behavior. Valid values are: “array”, “bool”, “dict”, “float”, “int”, and “string”.

Examples

incorrect

macos_userdefaults 'set a value' do
  global true
  key 'key'
  type 'boolean'
end

correct

macos_userdefaults 'set a value' do
  global true
  key 'key'
  type 'bool'
end

Configurable attributes

NameDefault valueConfigurable values
Version Added6.14.0String
Include
    Array

    Was this page helpful?

    ×









    Search Results