Monday, November 11, 2013

TPS Report

I've finally uploaded one of my simple but useful modules to the Puppet Forge today.
I call it "TPS Report". It is a Puppet module that can create multiline text files without a template in place. I use this all the time to create simple files when I don't feel like creating an ERB base template.


tps::report { '/etc/file.txt':
  flare => [
   'line one',
   'line two',
   'line three',
   'line four',
  ],
}
 
OVERIDE OPTIONS
owner => 'Lumbergh',
group => 'Chotchkies',
mode => '0755',

http://forge.puppetlabs.com/panaman/tps

No comments:

Post a Comment