From 7e746c83ae6989dd89b0a82d58dd6a4ee9d8783c Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Thu, 23 May 2024 10:44:51 -0700 Subject: [PATCH] (Puppetfile) bump ccs_hcu version Needed to handle nexus password being passed as Sensitive. Currently a couple of host branches are already using this version. --- Puppetfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Puppetfile b/Puppetfile index 6effe112b5..b3c1e96d83 100644 --- a/Puppetfile +++ b/Puppetfile @@ -15,7 +15,7 @@ mod 'jcpunk/irqbalance', '1.0.5' mod 'jhoblitt/ipmi', '5.2.0' mod 'lsst/ccs_daq', '1.1.0' mod 'lsst/ccs_database', '3.1.0' -mod 'lsst/ccs_hcu', '3.1.2' +mod 'lsst/ccs_hcu', '3.2.1' mod 'lsst/ccs_monit', '2.2.2' mod 'lsst/ccs_sal', '2.4.0' mod 'lsst/ccs_software', '2.2.2'