puppet-bolt: Add post-install script for tarball of gems (#1497)

This commit is contained in:
Julian 2020-10-21 18:06:19 +02:00 committed by GitHub
parent 781cc5f35e
commit 46b680d2eb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,6 +9,12 @@
"hash": "019ccb2238bd39144c9204541a156723f2e7750e369568a4597b028b114fd6c4"
}
},
"post_install": [
"if (Test-Path \"$dir\\share\\install-tarballs\\ruby*.tgz\") {",
" Write-Host -F yellow \"Extract tarball of gems...\"",
" Expand-7zipArchive \"$dir\\share\\install-tarballs\\ruby*.tgz\" \"$dir\"",
"}"
],
"extract_dir": "Puppet Labs\\Bolt",
"bin": "bin\\bolt.bat",
"checkver": {