mirror of
https://github.com/jbowdre/virtuallypotato.git
synced 2024-11-21 14:32:19 +00:00
remove email
This commit is contained in:
parent
5fa51467bb
commit
64dca1981d
1 changed files with 2 additions and 2 deletions
|
@ -246,7 +246,7 @@ I'm going to start by creating a group called `admins` and add myself to that gr
|
|||
```json
|
||||
{
|
||||
"groups": {
|
||||
"group:admins": ["john@bowdre.net"],
|
||||
"group:admins": ["john@example.com"],
|
||||
},
|
||||
"tagOwners": {
|
||||
"tag:home": ["group:admins"],
|
||||
|
@ -369,7 +369,7 @@ And that gets DNS working again for my cloud servers while still serving the res
|
|||
"win01": "100.124.116.125"
|
||||
},
|
||||
"groups": {
|
||||
"group:admins": ["john@bowdre.net"],
|
||||
"group:admins": ["john@example.com"],
|
||||
},
|
||||
"tagOwners": {
|
||||
"tag:home": ["group:admins"],
|
||||
|
|
Loading…
Reference in a new issue