adfinis / foreman-yml

Make automated Foreman configuration as easy as pie.
GNU General Public License v3.0
27 stars 25 forks source link

Bugfix/yaml loader #70

Closed mamercad closed 5 years ago

mamercad commented 5 years ago

fixes the warning:

$ foreman-yml dump ./config/foreman.yml 2>&1 | head
/var/lib/foreman/foreman-yml/venv/lib/python2.7/site-packages/foreman_yml/main.py:110: YAMLLoadWarning: calling yaml.load() without Loader=... is deprecated, as the default Loader is unsafe. Please read https://msg.pyyaml.org/load for full details.