Puppet Data Type Alias: Cron::Command

Defined in:
types/command.pp

Overview

Used for cron::job::command parameter. Does not allow newline characters (which breaks crontab).

Alias of

Pattern[/\A[^\n]+\z/]


# File 'types/command.pp', line 3