dominiquearpin
Results
2
comments of
dominiquearpin
Anyone with a patch? I will look if I could make one.
Hi, i'm maybe little late, but here a simple way to do it: #!/usr/bin/python import sys reload(sys) sys.setdefaultencoding("utf-8") from pypuppetdb import connect db = connect() facts = db.facts() for fact...