Skip to content

Commit

Permalink
Fix shit
Browse files Browse the repository at this point in the history
  • Loading branch information
canihavethisone committed Apr 3, 2024
1 parent 4bcba78 commit 09cd1f3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .pdkignore
Original file line number Diff line number Diff line change
Expand Up @@ -41,3 +41,7 @@
/.vscode/
/.sync.yml
/.devcontainer/
/*.pdk
/pdk.yaml
/.rubocop.yml
/.github/
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ See example minimum hiera data [here](data/minimum.yaml)
- Comments in module hiera identify the objective of each setting however CIS reference numbers are not shown as they are subject to change
- Profile Type, Enforcement Level (1 or 2 (1+2)), BitLocker (BL), NextGen (NG) and HKCU policy inclusion are parameterised:
```yaml
cis_security_hardening_windows::windows::cis_profile_type: 'domain'
cis_security_hardening_windows::windows::cis_profile_type: 'domain'
cis_security_hardening_windows::windows::cis_enforcement_level: 2
cis_security_hardening_windows::windows::cis_include_bitlocker: true
cis_security_hardening_windows::windows::cis_include_nextgen: true
Expand Down

0 comments on commit 09cd1f3

Please sign in to comment.