ReleaseEngineering/PuppetAgain/Modules/dirs

From MozillaWiki
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

This module exists to provide a single place where common dirs can be created, and where we can define the permissions on this directories. This avoids pain when two different classes want to create e.g., /build. To use, take the pathname, change slashes to ::, and prepend dirs, e.g.,

include dirs::builds::slave

See the source for the supported directories and their settings.