ReleaseEngineering/PuppetAgain/Modules/shared

From MozillaWiki
< ReleaseEngineering‎ | PuppetAgain‎ | Modules
Revision as of 17:34, 12 July 2012 by Djmitche (talk | contribs) (Created page with "This module is a gathering place for generally useful values, functions, facts and so on. It does *not* contain configuration -- the values here can be dynamic based on the host...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

This module is a gathering place for generally useful values, functions, facts and so on. It does *not* contain configuration -- the values here can be dynamic based on the host, but should not depend on the site.

Variables

  • $::shared::lib -- "lib" or "lib64" depending on bitlength (only appropriate on Linux)
  • $::shared::root_group -- the proper group for files owned by root -- wheel on Darwin, root pretty much everywhere else.