Commit Graph

26 Commits

Author SHA1 Message Date
Marc McKinley
831d665de9
change of language
script > task

Co-authored-by: Reid Vandewiele <reid@puppet.com>
2021-05-19 10:05:44 +01:00
Marc McKinley
7a5498c05e
change of language
script > task

Co-authored-by: Reid Vandewiele <reid@puppet.com>
2021-05-19 10:05:10 +01:00
Marc McKinley
6246354f47
Indentation for JSON
4 spaces, closing brace at same level as opening brace

Co-authored-by: Reid Vandewiele <reid@puppet.com>
2021-05-19 10:04:45 +01:00
Marc McKinley
d5ae85cc48
Indentation fix
Co-authored-by: Reid Vandewiele <reid@puppet.com>
2021-05-19 10:04:27 +01:00
Marc McKinley
e781ffc001
Indentation for JSON
4 spaces, closing brace at same level as opening brace

Co-authored-by: Reid Vandewiele <reid@puppet.com>
2021-05-19 10:03:58 +01:00
Marc McKinley
ab2fc06328
Indent to level of line number (line 4) being described
Co-authored-by: Reid Vandewiele <reid@puppet.com>
2021-05-19 10:03:28 +01:00
Marc McKinley
01a2757a2c
Update win_example.json 2021-05-12 17:43:05 +01:00
Marc McKinley
694e89034b
Rename win.ps1 to win_example.ps1 2021-05-12 17:42:46 +01:00
Marc McKinley
7a2efe24e0
Rename win.json to win_example.json 2021-05-12 17:42:29 +01:00
Marc McKinley
3ea34209fe
Rename nix.sh to nix_example.sh 2021-05-12 17:42:18 +01:00
Marc McKinley
fe708d35b6
Update and rename nix.json to nix_example.json 2021-05-12 17:42:07 +01:00
Marc McKinley
76aa3960c9
Update win.json 2021-05-12 17:20:16 +01:00
Marc McKinley
c4ca5e9b46
Create win.json 2021-05-12 17:17:38 +01:00
Marc McKinley
061ca3be10
Create nix.json 2021-05-12 17:17:23 +01:00
Marc McKinley
f4c9cd90fc
Rename winscript.ps1 to win.ps1 2021-05-12 17:12:32 +01:00
Marc McKinley
063ff0e342
Rename nixscript.sh to nix.sh 2021-05-12 17:12:18 +01:00
Marc McKinley
4471cd665e
Rename script.sh to nixscript.sh 2021-05-12 17:11:54 +01:00
Marc McKinley
60ee3081e6
Rename script.ps1 to winscript.ps1 2021-05-12 17:11:42 +01:00
Marc McKinley
90e3dce67b
Create myplan.pp 2021-05-12 17:10:11 +01:00
Marc McKinley
499bd376c0
Create script.ps1 2021-05-12 15:43:45 +01:00
Marc McKinley
7d3bd4ca2a
adding script.sh 2021-05-12 15:42:07 +01:00
Iristyle
c52c39d245 Revert "add db2_server role and profile"
This reverts commit 58103e4ef4.
2019-12-03 13:35:22 -06:00
Iristyle
f992c8c96d Revert "include db2 class"
This reverts commit 1041362ee1.
2019-12-03 13:35:22 -06:00
Jesse Reynolds
1041362ee1 include db2 class 2019-11-30 09:23:25 +10:30
Jesse Reynolds
58103e4ef4 add db2_server role and profile 2019-11-30 09:19:21 +10:30
Nick Walker
ead7f3c706 Rename site directory to site-modules
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
2019-01-31 16:58:13 -08:00