remove the hashicorp subdomains
Signed-off-by: Amneesh Singh <natto@weirdnatto.in>
This commit is contained in:
@@ -220,7 +220,7 @@ defaultCtx =
|
||||
domainCtx :: Context String
|
||||
domainCtx = constField "domain" domain
|
||||
subdomains :: [Item String]
|
||||
subdomains = map mkItem ["git", "nomad", "consul", "vault", "radio", "f"]
|
||||
subdomains = map mkItem ["git", "radio", "f"]
|
||||
where
|
||||
mkItem :: a -> Item a
|
||||
mkItem a = Item {itemIdentifier = "subdomain", itemBody = a}
|
||||
|
Reference in New Issue
Block a user