git.lirion.de

Of git, get, and gud

aboutsummaryrefslogtreecommitdiffstats
path: root/site-modules/role/manifests
Commit message (Collapse)AuthorAgeFilesLines
* 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
'column1'>| | | Prior to this commit, there was a gitlab profile in the site dir of this control-repo. After this commit, the profile has been moved to it's own repo where it can be used more generally and not tightly coupled to this repository. As a result, the gitlab role has been removed from this repository as well. * Move puppetmaster profile to rampup_profile_puppetmaster moduleNick Walker 2016-03-231-1/+1 | | | | | | | | Prior to this commit, the puppetmaster profile was embedded in this control-repo. After this commit, the puppetmaster profile is moved out into its own module. * Move profile::git_webhook into seperate module pe_code_manager_webhook