git.lirion.de

Of git, get, and gud

summaryrefslogtreecommitdiffstats
path: root/site-modules/role
Commit message (Collapse)AuthorAgeFilesLines
* Moved the roles and profile comments to the topAndrew Jones 2022-09-163-4/+5
|
* Revert "add db2_server role and profile"Iristyle 2019-12-031-4/+0
| | | | This reverts commit 58103e4ef4478f7c997c769a7111ca48cdf269eb.
* add db2_server role and profileJesse Reynolds 2019-11-301-0/+4
|
* Rename site directory to site-modulesNick Walker 2019-01-313-0/+17
Prior to this commit, we placed modules local to a users installation in the `site` directory. This was just a convention and the name `site` doesn't clearly convey what it is for. After this commit, we place modules local to a users installation in the `site-modules` directory. This makes it more clear to users that this is a directory that modules go i. When users start with bolt they won't even know what a control-repo is and renaming site to site-modules gives them a better idea of why they should put their modules with tasks in them. Also see: https://tickets.puppetlabs.com/browse/BOLT-1108