christopher.lawrence
3020c6328c
messing with the jwt_token syntax
2020-03-04 14:14:42 +00:00
christopher.lawrence
b2b70e7660
adding in collector modules
2020-03-04 14:04:02 +00:00
christopher.lawrence
7a585cf824
adding in cisbench modules
2020-03-04 11:38:15 +00:00
christopher.lawrence
dc9a93ba63
added in the patching_unix.pp and patching modules
2020-03-02 11:15:10 +00:00
christopher.lawrence
ad8c3d05fc
added IIS configuration
2020-02-14 10:21:47 +00:00
christopher.lawrence
81dd1eae03
including the DSC Module to puppetfile
2020-02-13 15:32:27 +00:00
christopher.lawrence
c6341c9b55
fixed password issues with windows server vagrant VM and updated manifest files
2020-02-13 13:01:30 +00:00
christopher.lawrence
2214da1ef3
working on the dsc-lite to deploy iis
2020-02-12 16:53:54 +00:00
christopher.lawrence
d9622d258f
updating the config for staging files
2020-02-12 16:47:02 +00:00
christopher.lawrence
b88c7cc172
Setting up chocolatey to install windows packages
2020-02-10 11:03:59 +00:00
christopher.lawrence
dc383093e5
paramtised user data into variables
2020-02-07 17:49:41 +00:00
christopher.lawrence
0e53e2d15c
managing directories with ACLs
2020-02-07 17:38:27 +00:00
christopher.lawrence
5f01b3bec1
adding in the acl and iis modules for managing windows permissions
2020-02-07 12:25:33 +00:00
christopher.lawrence
91e8192a61
adding windows and users group modules including defining a user_type for testing
2020-02-07 12:13:16 +00:00
christopher.lawrence
41575b9c58
setting up my windows role and profile for windows.pp and custom_windows.pp
2020-02-06 11:42:23 +00:00
christopher.lawrence
82d7106962
updating hiera to enable role data to true for module deployment
2020-02-06 09:24:11 +00:00
christopher.lawrence
c2faa35b17
adding in the ntp server hiera data
2020-02-05 15:44:56 +00:00
christopher.lawrence
097d1e6884
updated hiera data selinux and ssh
2020-02-05 12:31:52 +00:00
christopher.lawrence
095f3ac488
updated site.pp with trusted roles
2020-02-05 08:34:45 +00:00
christopher.lawrence
1d55cd96ce
added hiera data for nameservers and configured resolv profile
2020-02-04 14:53:53 +00:00
christopher.lawrence
bd5a987e92
adding dns and ntp modules
2020-02-04 14:30:32 +00:00
christopher.lawrence
b134faf785
configuring hieradata for puppet server role
2020-02-04 13:48:53 +00:00
christopher.lawrence
1641236af1
committed updated code for site.pp
2020-01-31 15:05:30 +00:00
christopher.lawrence
0eec7659c3
committed updated code for site.pp
2020-01-31 10:45:59 +00:00
christopher.lawrence
f1a39a62c7
updating site.pp with trusted facts
2020-01-29 15:00:30 +00:00
root
70a69a4c67
add motd to the profiles nbase
2020-01-16 07:19:12 +00:00
root
2279e0af18
updated site.pp
2020-01-15 20:03:28 +00:00
root
ea7050052e
updated site and role files
2020-01-15 19:41:34 +00:00
root
d61f2fb360
updated site and role files
2020-01-15 19:15:54 +00:00
christopher.lawrence
817b44ea03
fixed issues with puppet.pp code
2020-01-10 11:13:55 +00:00
christopher.lawrence
0907afdd69
adding in roles and profiles
2020-01-10 10:49:43 +00:00
chrislaw
510dc63838
Merge pull request #2 from chlawren/development
...
Development
2020-01-07 21:06:09 +00:00
christopher.lawrence
9f7fa582d5
added more meaningful modules
2020-01-07 21:04:06 +00:00
christopher.lawrence
a57fe895ca
added more meaningful modules
2020-01-07 13:30:05 +00:00
christopher.lawrence
1bbe8c7d5f
adding autosign module
2020-01-07 08:40:35 +00:00
Christopher Lawrence
73ffba4bf3
added Puppetfile modules
2019-12-16 10:23:05 +00:00
Iristyle
882089207c
Revert "add db2 module"
...
This reverts commit bfb2d7a182
.
2019-12-03 13:35:22 -06: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
Jesse Reynolds
bfb2d7a182
add db2 module
2019-11-30 08:52:07 +10:30
Reid Vandewiele
458877f386
Merge pull request #65 from smortex/portability-fixes
...
Improve portability
2019-10-18 15:22:36 -07:00
Reid Vandewiele
e46d209f19
Don't assume git is in /usr/bin; expect it on PATH
2019-10-16 10:05:33 -10:00
Reid Vandewiele
ada94157a4
Restore and clarify config_version functionality
...
This branch is intended as a portability fix. Some functionailty had
been inadvertently removed as unused, but testing revealed that it had a
purpose. Because the purpose was unclear, this commit restores the
functionality AND clarifies it in the script names and comments in
config_version.sh.
2019-10-16 10:26:21 -07:00
Ben Ford
bee4fc2740
Create CODEOWNERS
2019-08-21 13:58:51 -07:00
Reid Vandewiele
dddbd8d15c
(maint) Update Puppetfile versions, update style
...
This commit updates the Puppetfile example module versions to list the
latest releases for the example modules as of 2019-07-10, and also
updates several files for style.
Standardizing on double-quotes in YAML due to:
1. Functional irrelevance between single vs. double quotes in our YAML
2. Prevalent use of double-quotes in Puppet documentation
3. Similar look-and-feel to other data serialization formats like JSON
2019-07-11 09:33:14 -07:00
adam buxton
535d94437b
Merge pull request #73 from natemccurdy/site_pp_updates
...
Update outdated info and links in site.pp comments
2019-05-14 20:47:31 +01:00
Nate McCurdy
a8c6d51264
Update outdated info and links in site.pp comments
...
This commit attempts to cleanup and modernize the comments in site.pp a
bit.
For one thing, I've updated the docs links to point to working URL's.
For another, I tried to reorganize, clarify, and deduplicate the comments.
2019-05-06 17:36:50 -05:00
Reid Vandewiele
306107b98b
Merge pull request #71 from npwalker/rename_site_to_site-modules
...
Rename site directory to site-modules
2019-02-26 15:26:47 -08:00