fuel-library/deployment/puppet/common
Sergii Golovatiuk 71b112d844 Replace concat.rb with latest stdlib equivalent
Sync concat puppet function to fix some bugs

Related-Bug: #1320184
Related-Bug: #1321284

Change-Id: I49a614122469b37b1c4eb2fbc29b0877a4427fbd
2014-05-21 16:21:02 +00:00
..
files Added keepalived and common 2012-09-07 17:49:45 -07:00
lib/puppet/parser/functions Replace concat.rb with latest stdlib equivalent 2014-05-21 16:21:02 +00:00
manifests Added keepalived and common 2012-09-07 17:49:45 -07:00
.gitignore Allow metadata.json 2013-01-10 15:18:41 +04:00
.project Add project files 2013-01-10 18:37:05 +04:00
README Added keepalived and common 2012-09-07 17:49:45 -07:00

README

The common module installs various functions that are required by other
modules. This module should be installed before any of the other module.

To use this module, follow these directions:

1. Your modules directory will need all the files included in this
   repository placed under a directory called "common"

2. Add the following line to manifests/site.pp:
   
       import "modules.pp"

3. Add the following line to manifests/modules.pp:

       import "common"


Author::    David Schmitt (mailto:david@dasz.at)
Copyright:: Copyright (c) 2007-2009 dasz.at OG
License::   3-clause BSD