Changes between Initial Version and Version 1 of Puppet/Useful Modules


Ignore:
Timestamp:
Oct 5, 2013 9:49:19 AM (10 years ago)
Author:
Scott Wales
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Puppet/Useful Modules

    v1 v1  
     1= Useful Modules =
     2
     3Here's a list of useful types etc. for creating services:
     4
     5== Modifying files ==
     6 * '''[http://docs.puppetlabs.com/references/latest/type.html#augeas augeas]''': Modify entries in a config file
     7 * '''[https://github.com/puppetlabs/puppetlabs-concat concat]''': Create a file out of several segments
     8
     9== Repositories ==
     10 * '''[https://github.com/puppetlabs/puppetlabs-vcsrepo vcsrepo]''': Generic version-controlled repository
     11 * '''[https://github.com/ScottWales/puppet-git git]''': Git mirror repositories and hooks (built on top of vcsrepo)