From 85c83102df4ad02dcebcab1e678efd07dabf928b Mon Sep 17 00:00:00 2001
From: Michael Boelen <michael.boelen@cisofy.com>
Date: Tue, 23 Jan 2018 14:36:04 +0100
Subject: [PATCH] Add 'compliance-standards' as profile option,
 compliance_standards will be deprecated

---
 include/profiles | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/profiles b/include/profiles
index c23e3706..a077a4be 100644
--- a/include/profiles
+++ b/include/profiles
@@ -59,7 +59,7 @@
 
                 # Define which compliance standards are enabled
                 # For this to work, the Enterprise plugins are needed
-                compliance_standards | check-compliance)
+                compliance_standards | compliance-standards | check-compliance)  # deprecated: compliance_standards
                     COMPLIANCE_STANDARDS_ENABLED=$(echo ${VALUE} | tr ',' ' ')
                     for STANDARD in ${COMPLIANCE_STANDARDS_ENABLED}; do
                         case ${STANDARD} in