Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 285 Bytes

README.markdown

File metadata and controls

21 lines (13 loc) · 285 Bytes

motd puppet module

Class: motd

This class distributes a /etc/motd to alert users the server is managed by Puppet

Parameters:

None	

Actions:

Distributes a /etc/motd

Requires:

None  

Usage

node default {
  include motd
}