Re: [Puppet Users] Using Puppet to create a banner when logging in a server

2011-01-12 Thread Daniel Pittman
On Wed, Jan 12, 2011 at 14:33, Gary Law wrote: > On 12 January 2011 19:08, Zman112233 wrote: > >> I'd like to create a banner for anyone logging into a list of servers >> to see (i.e. Unauthorized access prohibited, you're being watched, >> etc...). > > I have a "prettymotd" module. The init.pp r

Re: [Puppet Users] Using Puppet to create a banner when logging in a server

2011-01-12 Thread Gary Law
On 12 January 2011 19:08, Zman112233 wrote: > I'd like to create a banner for anyone logging into a list of servers > to see (i.e. Unauthorized access prohibited, you're being watched, > etc...). I have a "prettymotd" module. The init.pp reads: class prettymotd { file { "/etc/motd":

[Puppet Users] Using Puppet to create a banner when logging in a server

2011-01-12 Thread Zman112233
Hello everyone, I'm new to the Puppet world and I was looking for a little beginning help... I'd like to create a banner for anyone logging into a list of servers to see (i.e. Unauthorized access prohibited, you're being watched, etc...). I'd like to base it off the /etc/issue and /etc/issue.net