Resource Type: incron

Defined in:
lib/puppet/type/incron.rb
Providers:
incrontab

Overview

Installs and manages incron jobs.

Properties

  • command

    The command to execute in the incron job

  • ensure (defaults to: present)

    The basic property that the resource should be in.

    Supported values:
    • present
    • absent
  • mask

    The events to trigger on

  • path

    The path to monitor

  • target

    The username that will own the incron entry. Defaults to the value of $USER for the shell that invoked Puppet, or root if $USER is empty.

  • user

    The user to run the command as.

Parameters

  • name (namevar)

    The symbolic name of the incron job. This name is used for human reference only and is generated automatically for incron jobs found on the system.

  • provider

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