chadnetzer / puppet-concat-old

a simple module to create files from fragments

Home Page:http://www.devco.net/archives/2010/02/19/building_files_from_fragments_with_puppet.php

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A Puppet module that can construct files from fragments.

Please see the comments in the various .pp files for details
as well as posts on my blog at www.devco.net

Released under the Apache 2.0 licence

KNOWN ISSUES:
- In 0.24.8 you will see inintended notifies, if you build a file
  in a run, the next run will also see it as changed.  This is due
  to how 0.24.8 does the purging of unhandled files, this is improved
  in 0.25.x and we cannot work around it in our code.

- At present you cannot change the ownership of the file by just setting
  the property on the resources, we have a work around in mind.
 
CHANGELOG:
- 2010/02/19 - initial release
- 2010/03/12 - add support for 0.24.8 and newer
             - make the location of sort configurable
	     - add the ability to add shell comment based warnings to 
	       top of files
	     - add the ablity to create empty files
- 2010/03/31 - publish and integrate into puppet-modules

CONTRIBUTORS:
Paul Elliot - Provided 0.24.8 support, shell warnings and empty file 
              creation support.
David Schmitt - publish and integrate into puppet-modules
Chad Netzer - Add support for symbolic links to fragments, safer boolean
              arguments, and fragment assembly error handling.


CONTACT:
R.I.Pienaar - rip@devco.net / www.devco.net / @ripienaar

About

a simple module to create files from fragments

http://www.devco.net/archives/2010/02/19/building_files_from_fragments_with_puppet.php


Languages

Language:Shell 100.0%