Resource Type: script_umask

Defined in:
lib/puppet/type/script_umask.rb
Providers:
ruby

Overview

Alters the umask settings in the passed file.

Properties

  • umask (defaults to: 077)

    The umask that should be set in the target file.

    Supported values:
    • /^[0-7]{3,4}$/

Parameters

  • name (namevar)

    The file to alter.

  • provider

    The specific backend to use for this ‘script_umask` resource. You will seldom need to specify this — Puppet will usually discover the appropriate provider for your platform.