3
0
Files
puppet_cd/templates/r10k/r10k_webhook_config.erb

10 lines
210 B
Plaintext

{
"host": "<%= @pt_pm_fqdn %>",
"port": "8088",
"flush_env_cache": false,
"branch_to_env_map": {
"master": "production",
"^env_(.*)$": "\g<1>"
},
"allowed_branches": "^(env_[\w]+|master)$"
}