From 1ef87173139760a23563e139243529a15d1e9144 Mon Sep 17 00:00:00 2001 From: Pascal Terjan Date: Thu, 14 Jul 2022 14:41:37 +0000 Subject: Allow Oracle VMs to access repository --- deployment/mga_buildsystem/manifests/config.pp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'deployment/mga_buildsystem') 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}", -- cgit v1.2.1