diff options
author | Pascal Terjan <pterjan@mageia.org> | 2022-07-14 14:41:37 +0000 |
---|---|---|
committer | Pascal Terjan <pterjan@mageia.org> | 2022-07-14 14:41:37 +0000 |
commit | 1ef87173139760a23563e139243529a15d1e9144 (patch) | |
tree | 59b47b17d527690dfb4620403f69af5e94e36113 | |
parent | 9548ce7d0c189776b03cb6197fcceb15d14dfaa7 (diff) | |
download | puppet-1ef87173139760a23563e139243529a15d1e9144.tar puppet-1ef87173139760a23563e139243529a15d1e9144.tar.gz puppet-1ef87173139760a23563e139243529a15d1e9144.tar.bz2 puppet-1ef87173139760a23563e139243529a15d1e9144.tar.xz puppet-1ef87173139760a23563e139243529a15d1e9144.zip |
Allow Oracle VMs to access repository
-rw-r--r-- | deployment/mga_buildsystem/manifests/config.pp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/deployment/mga_buildsystem/manifests/config.pp b/deployment/mga_buildsystem/manifests/config.pp index 97bb871d..6a393008 100644 --- a/deployment/mga_buildsystem/manifests/config.pp +++ b/deployment/mga_buildsystem/manifests/config.pp @@ -181,6 +181,8 @@ class mga_buildsystem::config { # Will be new neru '51.15.220.93', '2001:bc8:628:1f00::1', + # Oracle cloud VMs + '2603:c026:c101:f00::/64', ] $repo_allow_from_domains = [ ".${::domain}", |