Drew Blessing
Drew Blessing
@rveznaver I can see the usefulness in having a clean objectified hash for a job definition. Let me think about it a bit more and see what I can do....
Does the following sound like it would solve your problem? Currently job definitions can be exported/retrieved via XML or YAML. It could be useful to have the option to get...
Ok, I'm getting more information now!l The issue seems to occur when the generated `name` is different from the `name` we send in from the puppet def. In many cases...
How do other `prefetch` methods do things? In many cases `name` is arbitrary so there's no way matching on that works. There has to be an alternative.
I think the only way in the case of all types we have in `puppet-network` is to have the name be the entire rule line. It's the only way to...
Ugh, what a nightmare. I have no clue.
Honestly I'm starting to think that routes might be better served as just a template that just has a route string. There are so many options and the user has...
@1ci We certainly welcome any community contributions. It helps to have lexers written by people familiar with the language.