mirror of
https://github.com/hashicorp/packer.git
synced 2026-02-28 20:41:21 -05:00
* Remove exclusions for docs on master * Update extending redirects with new page locations * Update documentation links for SaltStack
21 lines
360 B
JSON
21 lines
360 B
JSON
{
|
|
"ignorePatterns": [
|
|
{
|
|
"pattern": "^https://example.com"
|
|
},
|
|
{
|
|
"pattern": "^https://ec2.custom.endpoint.com"
|
|
},
|
|
{
|
|
"pattern": "^https://www.linode.com"
|
|
}
|
|
],
|
|
"replacementPatterns": [
|
|
{
|
|
"pattern": "^/",
|
|
"replacement": "{{env.DEPLOYMENT_URL}}/"
|
|
}
|
|
],
|
|
"timeout": "20s",
|
|
"retryOn429": true
|
|
}
|