git.lirion.de

Of git, get, and gud

summaryrefslogtreecommitdiffstats
path: root/site-modules
Commit message (Collapse)AuthorAgeFilesLines
* Moved the roles and profile comments to the topAndrew Jones 2022-09-165-6/+7
|
* change of language Marc McKinley 2021-05-191-1/+1
| | | | | script > task Co-authored-by: Reid Vandewiele <reid@puppet.com>
* change of language Marc McKinley 2021-05-191-1/+1
| | | | | script > task Co-authored-by: Reid Vandewiele <reid@puppet.com>
* Indentation for JSON Marc McKinley 2021-05-191-3/+3
| | | | | 4 spaces, closing brace at same level as opening brace Co-authored-by: Reid Vandewiele <reid@puppet.com>
* Indentation fixMarc McKinley 2021-05-191-1/+1
| | | Co-authored-by: Reid Vandewiele <reid@puppet.com>
* Indentation for JSON Marc McKinley 2021-05-191-3/+3
| | | | | 4 spaces, closing brace at same level as opening brace Co-authored-by: Reid Vandewiele <reid@puppet.com>
* Indent to level of line number (line 4) being describedMarc McKinley 2021-05-191-1/+1
| | | Co-authored-by: Reid Vandewiele <reid@puppet.com>
* Update win_example.jsonMarc McKinley 2021-05-121-1/+1
|
* Rename win.ps1 to win_example.ps1Marc McKinley 2021-05-121-0/+0
|
* Rename win.json to win_example.jsonMarc McKinley 2021-05-121-0/+0
|
* Rename nix.sh to nix_example.shMarc McKinley 2021-05-121-0/+0
|
* Update and rename nix.json to nix_example.jsonMarc McKinley 2021-05-122-4/+4
|
* Update win.jsonMarc McKinley 2021-05-121-1/+1
|
* Create win.jsonMarc McKinley 2021-05-121-0/+4
|
* Create nix.jsonMarc McKinley 2021-05-121-0/+4
|
* Rename winscript.ps1 to win.ps1Marc McKinley 2021-05-121-0/+0
|
* Rename nixscript.sh to nix.shMarc McKinley 2021-05-121-0/+0
|
* Rename script.sh to nixscript.shMarc McKinley 2021-05-121-0/+0
|
* Rename script.ps1 to winscript.ps1Marc McKinley 2021-05-121-0/+0
|
* Create myplan.ppMarc McKinley 2021-05-121-0/+9
|
* Create script.ps1Marc McKinley 2021-05-121-0/+1
|
* adding script.shMarc McKinley 2021-05-121-0/+3
|
* Revert "add db2_server role and profile"Iristyle 2019-12-032-22/+0
| | | | This reverts commit 58103e4ef4478f7c997c769a7111ca48cdf269eb.
* Revert "include db2 class"Iristyle 2019-12-031-1/+0
| | | | This reverts commit 1041362ee1d4b0ea2e0328881bf4aea9771e76c2.
* include db2 classJesse Reynolds 2019-11-301-0/+1
|
* add db2_server role and profileJesse Reynolds 2019-11-302-0/+22
|
* Rename site directory to site-modulesNick Walker 2019-01-315-0/+25
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