add foreign registry; remove slave setups

This commit is contained in:
2026-02-01 15:16:52 -05:00
parent 5a432a75a8
commit d67cea92cb
6 changed files with 39 additions and 77 deletions

View File

@@ -29,7 +29,7 @@ sub new {
sub _validateTypeOrDie {
my ($t) = @_;
die "Invalid type"
unless ($t =~ /^_(vhosts|pureslave|custom|config)$/);
unless ($t =~ /^_(vhosts|custom|config|foreign)$/);
}
sub _fqdn {