From 793187d62e50032995064a50e4ee05bcdfe9315c Mon Sep 17 00:00:00 2001 From: Dan Prince Date: Thu, 28 Mar 2019 08:23:57 -0400 Subject: [PATCH] Move Aide to deployments Also, removed entry from capabilities map that no longer exists. Change-Id: Ie70ff205a18c04d795c748d3a8d6f89bf401d67c Related-Blueprint: services-yaml-flattening --- capabilities-map.yaml | 5 ----- .../aide.yaml => deployment/aide/aide-baremetal-puppet.yaml | 0 2 files changed, 5 deletions(-) rename puppet/services/aide.yaml => deployment/aide/aide-baremetal-puppet.yaml (100%) diff --git a/capabilities-map.yaml b/capabilities-map.yaml index f45caf7e4f..c469807ec9 100644 --- a/capabilities-map.yaml +++ b/capabilities-map.yaml @@ -564,11 +564,6 @@ topics: environments: - file: environments/login-defs.yaml title: login.defs Values - - title: Advanced Intrusion Detection Environment - description: Enable AIDE - Advanced Intrusion Detection Environment - environments: - - file: environments/aide.yaml - title: AIDE Values - title: Additional Services description: diff --git a/puppet/services/aide.yaml b/deployment/aide/aide-baremetal-puppet.yaml similarity index 100% rename from puppet/services/aide.yaml rename to deployment/aide/aide-baremetal-puppet.yaml