Resource Type: notify
NOTE: This page was generated from the Puppet source code on 2018-06-20 11:51:22 -0700
notify
Description
Sends an arbitrary message to the agent run-time log.
Attributes
notify { 'resource title':
name => # (namevar) An arbitrary tag for your own reference; the...
message => # The message to be sent to the...
withpath => # Whether to show the full object path. Defaults...
# ...plus any applicable metaparameters.
}
name
(Namevar: If omitted, this attribute’s value defaults to the resource’s title.)
An arbitrary tag for your own reference; the name of the message.
message
(Property: This attribute represents concrete state on the target system.)
The message to be sent to the log.
withpath
Whether to show the full object path. Defaults to false.
Valid values are true, false.
NOTE: This page was generated from the Puppet source code on 2018-06-20 11:51:22 -0700