Merge pull request 'fix: ssl warning breaks puppet run' (#125) from neoloc/certmanager_ignore_ssl into develop
Reviewed-on: unkinben/puppet-prod#125
This commit is contained in:
commit
9ea49bc48d
@ -7,6 +7,9 @@ import os
|
|||||||
import yaml
|
import yaml
|
||||||
from zipfile import ZipFile
|
from zipfile import ZipFile
|
||||||
|
|
||||||
|
# remove this after certs are generated everywhere
|
||||||
|
requests.packages.urllib3.disable_warnings()
|
||||||
|
|
||||||
def load_config(config_path):
|
def load_config(config_path):
|
||||||
with open(config_path, 'r') as file:
|
with open(config_path, 'r') as file:
|
||||||
config = yaml.safe_load(file)
|
config = yaml.safe_load(file)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user