From 0e80052d87de70a1d07c3baf51a503fcc5d1c467 Mon Sep 17 00:00:00 2001 From: Ian Pittwood Date: Wed, 10 Apr 2024 09:32:14 -0700 Subject: [PATCH] Update permissions hex for tests --- product/base/test/goss.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/product/base/test/goss.yaml b/product/base/test/goss.yaml index 2246ddac0..e321ebe0a 100644 --- a/product/base/test/goss.yaml +++ b/product/base/test/goss.yaml @@ -18,25 +18,25 @@ file: {{if .Env.OS | regexMatch "ubuntu.*"}} /opt/positscripts/apt.sh: exists: true - mode: "0775" + mode: "0755" {{end}} {{if .Env.OS | regexMatch "centos.*"}} /opt/positscripts/yum.sh: exists: true - mode: "0775" + mode: "0755" {{end}} /opt/positscripts/install_drivers.sh: exists: true - mode: "0775" + mode: "0755" /opt/positscripts/install_python.sh: exists: true - mode: "0775" + mode: "0755" /opt/positscripts/install_quarto.sh: exists: true - mode: "0775" + mode: "0755" /opt/positscripts/install_r.sh: exists: true - mode: "0775" + mode: "0755" /opt/R/{{.Env.R_VERSION}}/bin/R: exists: true /opt/R/{{.Env.R_VERSION_ALT}}/bin/R: