We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I propose a new entry to the provision config space: a dict of facts.
provision
dict
facts
the name is up for discussion, since every configuration management software names them differently:
i could go on, but these are the systems i have at least passing familiarity with.
Each of them also has a concept of a "custom fact". These are most often used to classify the system, e.g.: assign a specific role.
The text was updated successfully, but these errors were encountered:
unless this is already possible in the API, this issue depends on bsdci/ioc#18
Sorry, something went wrong.
libioc.Config.Data.Data.__iter__() only returns the flat structure:
libioc.Config.Data.Data.__iter__()
libioc/libioc/Config/Data.py
Lines 162 to 170 in 5f869c1
which might make it tricky to get an entire dict from it…
I've solved this with a bit of example code in our bsdci/puppet-control-repo and documentation
n.b.: I'm using that exact example code ;)
igalic
No branches or pull requests
I propose a new entry to the
provision
config space: adict
offacts
.the name is up for discussion, since every configuration management software names them differently:
i could go on, but these are the systems i have at least passing familiarity with.
Each of them also has a concept of a "custom fact". These are most often used to classify the system, e.g.: assign a specific role.
The text was updated successfully, but these errors were encountered: