Skip to content

puppet-modules/puppet-common

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

68 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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:[email protected])
Copyright:: Copyright (c) 2007-2009 dasz.at OG
License::   3-clause BSD

About

Common infrastructure used by many other puppet modules

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages