updated scriherder and python3 fixes

This commit is contained in:
Erik Bergström 2023-07-05 11:43:59 +02:00
parent 5856321204
commit 39d6f5dc21
No known key found for this signature in database
GPG key ID: 49A4251C96E0A9D4
2 changed files with 1030 additions and 586 deletions

File diff suppressed because it is too large Load diff

View file

@ -6,7 +6,7 @@ CACHE_DIR=/var/cache/puppet-modules
MODULES_DIR=${MODULES_DIR:=/etc/puppet/cosmos-modules}
export GNUPGHOME=/etc/cosmos/gnupg
python -c "import yaml" 2>/dev/null || apt-get -y install python-yaml
python3 -c "import yaml" 2>/dev/null || apt-get -y install python3-yaml
bold='\e[1m'
reset='\e[0m'