Skip to content

Instantly share code, notes, and snippets.

@dsisnero
Created February 17, 2021 19:23
Show Gist options
  • Save dsisnero/71dcbd6780bb41e4a3ce11ec46b79a37 to your computer and use it in GitHub Desktop.
Save dsisnero/71dcbd6780bb41e4a3ce11ec46b79a37 to your computer and use it in GitHub Desktop.
{
"version": "1.9.1.0",
"description": "Puppet Development Kit",
"homepage": "https://puppet.com/open-source/pdk",
"license": "Apache-2.0",
"architecture": {
"64bit": {
"url": "https://downloads.puppetlabs.com/windows/puppet6/pdk-1.9.1.0-x64.msi",
}
},
"extract_dir": "Puppet Labs\\DevelopmentKit",
"pre_install": "Set-Content \"$dir\\bolt.bat\" '@ECHO OFF', 'SETLOCAL', 'SET GEM_HOME=','SET GEM_PATH=', '%~dp0bin\\bolt.bat %*' -Encoding Ascii", "pre_install": "Set-Content \"$dir\\bolt.bat\" '@ECHO OFF', 'SETLOCAL', 'SET GEM_HOME=','SET GEM_PATH=', '%~dp0bin\\bolt.bat %*' -Encoding Ascii",
"psmodule": {
"name": "PuppetDevelopmentKit"
},
"bin": "bolt.bat"
"checkver": {
"url": "https://downloads.puppetlabs.com/windows/puppet/index_by_lastModified_reverse.html",
"regex": "pdk-([\\d.]+)-x64\\.msi"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://downloads.puppetlabs.com/windows/puppet/pdk-$version-x64.msi"
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment