Tim Brigham OC
Tim Brigham OC
I take that back, the YML created doesn't quite match. It is (from created yml) ``` requirements: - module: plugins.stockpile.app.requirements.basic relationship_match: - source: remote.host.fqdn edge: has_share target: remote.host.share ``` vs...
@guillaume-duong-bib I think you are correct that the issue is in the parser for the definitions. I dug into the source code for the basic parser in stockpile, and I...
Just because I love going overkill with diagnostic data, here's the console output for my custom parser changes. This output includes the changes I noted above. basic.py | self.is_valid_relationship |...
And the output from my custom parser, with the original logic - basic.py | self.is_valid_relationship | first argument is [f for f in link.used if f != uf] base_requirement.py |...
@guillaume-duong-bib, many thanks for the detailed assistance! I'm glad I gave you the chance to say something you've always wanted to. :) It would make a lot of sense if...
Thanks @guillaume-duong-bib, appreciate your insight. I didn't make a lot of headway using that lateral movement guide, so I stopped and designed my own variation, hence the questions here about...
I've been working on a set of ability definitions - one for each parser from stockpile. For each parser one, two or three arguments. The goal was to create an...
Sure thing. Hello facts are defined as follows. Version 1: Hello + none + none Version 2: Hello + two_part + none Version 3: Hello + three_part + output The...