Puppet Class: demomessage::notification
- Defined in:
- manifests/notification.pp
Summary
A short summary of the purpose of this classOverview
A description of what this class does
7 8 9 10 11 |
# File 'manifests/notification.pp', line 7
class demomessage::notification {
notify { 'Welcome_Message':
message => "Hello User, Welcome to $fqdn",
}
}
|