No description
53d0fde15f
* improve documentation on all defines * rename modules_dir to module_dir and modules_file to module_file * create $module_dir_path to achieve DRY-ness * silence the lsb_release stuff * improve concatenated_file to use an intermediate file, improving reliability and decoupling the updateing from notifying our peers. * remove serveral functions that were moved to puppet proper: - sha1 => sha1 - gsub,substitute,slash_escape => regsubst |
||
---|---|---|
files | ||
manifests | ||
plugins/puppet/parser/functions | ||
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"