projects
/
chef.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
nominatim: avoid double slash in mapicon URL
[chef.git]
/
cookbooks
/
dns
/
templates
/
default
/
creds.json.erb
1
{
2
"gandi_v5": {
3
"apikey": "<%= @passwords["gandi"] %>",
4
"sharing_id": "7028b616-ba65-11e7-8343-00163ec31f40"
5
},
6
"cloudflare": {
7
"accountid": "049c95aba02c95fc1e78a9d255282e0f",
8
"accountname": "OpenStreetMap",
9
"apitoken": "<%= @passwords["cloudflare"] %>"
10
}
11
}