From: Silvio Rhatto Date: Thu, 18 Jun 2020 17:31:02 +0000 (-0300) Subject: Fix: hydra: compile: support for new facter format X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=7dded1cf3094a589980c898e4635f292f592841b;p=hydra.git Fix: hydra: compile: support for new facter format --- diff --git a/.gitmodules b/.gitmodules index 4750540..6927b96 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,6 @@ [submodule "doc/_themes/sphinx_rtd_theme"] path = doc/_themes/sphinx_rtd_theme url = https://github.com/snide/sphinx_rtd_theme +[submodule "vendor/shyaml"] + path = vendor/shyaml + url = https://github.com/0k/shyaml diff --git a/vendor/shyaml b/vendor/shyaml new file mode 160000 index 0000000..8dcf9bb --- /dev/null +++ b/vendor/shyaml @@ -0,0 +1 @@ +Subproject commit 8dcf9bb39f995564271600a4dae1fc114077c2e0