NOTE: This page was generated from the Puppet source code on 2018-12-20 09:14:50 -0800
Sends an arbitrary message to the agent run-time log.
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. Default...
# ...plus any applicable metaparameters.
}
(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.
(Property: This attribute represents concrete state on the target system.)
The message to be sent to the log.
Whether to show the full object path.
Default: false
Allowed values:
true
false
NOTE: This page was generated from the Puppet source code on 2018-12-20 09:14:50 -0800