Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Moved the roles and profile comments to the top | Andrew Jones | 2022-09-16 | 5 | -6/+7 |
| | |||||
* | change of language | Marc McKinley | 2021-05-19 | 1 | -1/+1 |
| | | | | | script > task Co-authored-by: Reid Vandewiele <reid@puppet.com> | ||||
* | change of language | Marc McKinley | 2021-05-19 | 1 | -1/+1 |
| | | | | | script > task Co-authored-by: Reid Vandewiele <reid@puppet.com> | ||||
* | Indentation for JSON | Marc McKinley | 2021-05-19 | 1 | -3/+3 |
| | | | | | 4 spaces, closing brace at same level as opening brace Co-authored-by: Reid Vandewiele <reid@puppet.com> | ||||
* | Indentation fix | Marc McKinley | 2021-05-19 | 1 | -1/+1 |
| | | | Co-authored-by: Reid Vandewiele <reid@puppet.com> | ||||
* | Indentation for JSON | Marc McKinley | 2021-05-19 | 1 | -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 described | Marc McKinley | 2021-05-19 | 1 | -1/+1 |
| | | | Co-authored-by: Reid Vandewiele <reid@puppet.com> | ||||
* | Update win_example.json | Marc McKinley | 2021-05-12 | 1 | -1/+1 |
| | |||||
* | Rename win.ps1 to win_example.ps1 | Marc McKinley | 2021-05-12 | 1 | -0/+0 |
| | |||||
* | Rename win.json to win_example.json | Marc McKinley | 2021-05-12 | 1 | -0/+0 |
| | |||||
* | Rename nix.sh to nix_example.sh | Marc McKinley | 2021-05-12 | 1 | -0/+0 |
| | |||||
* | Update and rename nix.json to nix_example.json | Marc McKinley | 2021-05-12 | 2 | -4/+4 |
| | |||||
* | Update win.json | Marc McKinley | 2021-05-12 | 1 | -1/+1 |
| | |||||
* | Create win.json | Marc McKinley | 2021-05-12 | 1 | -0/+4 |
| | |||||
* | Create nix.json | Marc McKinley | 2021-05-12 | 1 | -0/+4 |
| | |||||
* | Rename winscript.ps1 to win.ps1 | Marc McKinley | 2021-05-12 | 1 | -0/+0 |
| | |||||
* | Rename nixscript.sh to nix.sh | Marc McKinley | 2021-05-12 | 1 | -0/+0 |
| | |||||
* | Rename script.sh to nixscript.sh | Marc McKinley | 2021-05-12 | 1 | -0/+0 |
| | |||||
* | Rename script.ps1 to winscript.ps1 | Marc McKinley | 2021-05-12 | 1 | -0/+0 |
| | |||||
* | Create myplan.pp | Marc McKinley | 2021-05-12 | 1 | -0/+9 |
| | |||||
* | Create script.ps1 | Marc McKinley | 2021-05-12 | 1 | -0/+1 |
| | |||||
* | adding script.sh | Marc McKinley | 2021-05-12 | 1 | -0/+3 |
| | |||||
* | Revert "add db2_server role and profile" | Iristyle | 2019-12-03 | 2 | -22/+0 |
| | | | | This reverts commit 58103e4ef4478f7c997c769a7111ca48cdf269eb. | ||||
* | Revert "include db2 class" | Iristyle | 2019-12-03 | 1 | -1/+0 |
| | | | | This reverts commit 1041362ee1d4b0ea2e0328881bf4aea9771e76c2. | ||||
* | include db2 class | Jesse Reynolds | 2019-11-30 | 1 | -0/+1 |
| | |||||
* | add db2_server role and profile | Jesse Reynolds | 2019-11-30 | 2 | -0/+22 |
| | |||||
* | Rename site directory to site-modules | Nick Walker | 2019-01-31 | 5 | -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 |