Puppet Class: demomessage::notification

Defined in:
manifests/notification.pp

Summary

A short summary of the purpose of this class

Overview

A description of what this class does

Examples:

include demomessage::notification


7
8
9
10
11
# File 'manifests/notification.pp', line 7

class demomessage::notification {
	notify { 'Welcome_Message':
		message	=>	"Hello User, Welcome to $fqdn",
		}
}