Skip to content

Commit

Permalink
(SIMP-6972) Fix Compliance Engine data (#22)
Browse files Browse the repository at this point in the history
SIMP-6972 #comment update CE data for simp-issue
  • Loading branch information
trevor-vaughan authored and heliocentric committed Aug 19, 2019
1 parent eb02f8f commit bc5c813
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 21 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
* Thu Aug 15 2019 Trevor Vaughan <tvaughan@onyxpoint.com> - 0.1.1-0
- Fix compliance engine data

* Tue Jul 23 2019 Chris Tessmer <chris.tessmer@onyxpoint.com> - 0.1.0-0
- Add REFERENCE.md for Puppet Forge

Expand Down
20 changes: 0 additions & 20 deletions SIMP/compliance_profiles/checks.yaml
Original file line number Diff line number Diff line change
@@ -1,20 +1,6 @@
---
version: 2.0.0
checks:
oval:com.puppet.forge.simp.issue.profile.el6:
settings:
parameter: issue::profile
value: default
type: puppet-class-parameter
controls:
nist_800_53:rev4: true
nist_800_53:rev4:AC-8: true
identifiers:
nist_800_53:rev4:
- AC-8
confine:
osfamily: RedHat
operatingsystemmajrelease: '6'
oval:com.puppet.forge.simp.issue.profile:
settings:
parameter: issue::profile
Expand All @@ -32,9 +18,6 @@ checks:
- SRG-OS-000023-GPOS-00006
- SRG-OS-000024-GPOS-00007
- CCI-000048
confine:
osfamily: RedHat
operatingsystemmajrelease: '7'
oval-ids:
- xccdf_org:ssgproject:content_rule_banner_etc_issue
- banner_etc_issue
Expand All @@ -49,6 +32,3 @@ checks:
identifiers:
nist_800_53:rev4:
- AC-8
confine:
osfamily: RedHat
operatingsystemmajrelease: '7'
2 changes: 1 addition & 1 deletion metadata.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "simp-issue",
"version": "0.1.0",
"version": "0.1.1",
"author": "SIMP Team",
"summary": "A SIMP Puppet module for managing /etc/issue",
"license": "Apache-2.0",
Expand Down

0 comments on commit bc5c813

Please sign in to comment.