updated scriherder and python3 fixes
This commit is contained in:
parent
5856321204
commit
39d6f5dc21
2 changed files with 1030 additions and 586 deletions
File diff suppressed because it is too large
Load diff
|
@ -6,7 +6,7 @@ CACHE_DIR=/var/cache/puppet-modules
|
||||||
MODULES_DIR=${MODULES_DIR:=/etc/puppet/cosmos-modules}
|
MODULES_DIR=${MODULES_DIR:=/etc/puppet/cosmos-modules}
|
||||||
export GNUPGHOME=/etc/cosmos/gnupg
|
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'
|
bold='\e[1m'
|
||||||
reset='\e[0m'
|
reset='\e[0m'
|
||||||
|
|
Loading…
Add table
Reference in a new issue