fix: ssl warning breaks puppet run
- remove ssl warning for certmanager temporarily
This commit is contained in:
parent
8ec75e55fa
commit
36c2e6afaa
@ -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