Skip to content

puppet-modules/puppet-concat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

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


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

Releases

No releases published

Packages

No packages published

Languages