ReleaseEngineering/PuppetAgain/Modules/dirs: Difference between revisions
< ReleaseEngineering | PuppetAgain | Modules
Jump to navigation
Jump to search
(Created page with "This module exists to provide a single place where common dirs can be created. This avoids pain when two different classes want to create e.g., ''/build''. To use, just include...") |
|||
(2 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
This module exists to provide a single place where common dirs can be created. This avoids pain when two different classes want to create e.g., ''/build''. To use, | 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. |
Latest revision as of 21:16, 25 May 2012
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.