From bc5c813f6d3340df5b2a6043e2bbfc7b5ccbde14 Mon Sep 17 00:00:00 2001 From: Trevor Vaughan Date: Mon, 19 Aug 2019 16:32:39 -0400 Subject: [PATCH] (SIMP-6972) Fix Compliance Engine data (#22) SIMP-6972 #comment update CE data for simp-issue --- CHANGELOG | 3 +++ SIMP/compliance_profiles/checks.yaml | 20 -------------------- metadata.json | 2 +- 3 files changed, 4 insertions(+), 21 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 9d8fe34..e91350a 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,6 @@ +* Thu Aug 15 2019 Trevor Vaughan - 0.1.1-0 +- Fix compliance engine data + * Tue Jul 23 2019 Chris Tessmer - 0.1.0-0 - Add REFERENCE.md for Puppet Forge diff --git a/SIMP/compliance_profiles/checks.yaml b/SIMP/compliance_profiles/checks.yaml index 5d81537..e2b49a3 100644 --- a/SIMP/compliance_profiles/checks.yaml +++ b/SIMP/compliance_profiles/checks.yaml @@ -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 @@ -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 @@ -49,6 +32,3 @@ checks: identifiers: nist_800_53:rev4: - AC-8 - confine: - osfamily: RedHat - operatingsystemmajrelease: '7' diff --git a/metadata.json b/metadata.json index be5c13d..b05b2be 100644 --- a/metadata.json +++ b/metadata.json @@ -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",