From 0115dba78b42466fbb7308364b63c2fa190ab50f Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Tue, 2 Apr 2024 15:38:07 -0700 Subject: [PATCH] (role/ats{ccs|daq}) add ccs graphical profile --- hieradata/role/atsccs.yaml | 1 + hieradata/role/atsdaq.yaml | 1 + 2 files changed, 2 insertions(+) diff --git a/hieradata/role/atsccs.yaml b/hieradata/role/atsccs.yaml index bf9f2caf36..fe8d350ba1 100644 --- a/hieradata/role/atsccs.yaml +++ b/hieradata/role/atsccs.yaml @@ -3,6 +3,7 @@ classes: - "ccs_sal" - "profile::ccs::common" + - "profile::ccs::graphical" - "profile::core::common" - "profile::core::debugutils" - "profile::core::nfsclient" diff --git a/hieradata/role/atsdaq.yaml b/hieradata/role/atsdaq.yaml index 2e5be5ea39..b941d803b5 100644 --- a/hieradata/role/atsdaq.yaml +++ b/hieradata/role/atsdaq.yaml @@ -4,6 +4,7 @@ classes: - "ccs_daq" - "profile::ccs::common" - "profile::ccs::file_transfer" + - "profile::ccs::graphical" - "profile::core::common" - "profile::core::debugutils" - "profile::core::nfsclient"