Dennis van Dok

Results 4 comments of Dennis van Dok

OK, here's the most minimalist example I can still reproduce the error with. This is a node definition, say example.yml: ```yaml parameters: p: v ':': bad: ${p} ``` The error...

More digging around, I found that bluntly removing the call to `escape_string` in `DictPath::new_subpath()` https://github.com/madduck/reclass/blob/master/reclass/utils/dictpath.py#L117 gets rid of the problem. The escaping seems to be used for disambiguating the string...

I notice a lot of difference between the TLJH code I have deployed and what is current on Github, so the issue may already have been dealt with...

Issue happens here as well with 2019.2.2-1.el7. The documentation seems to hint that the way the state detects that the patch is already applied changed at some point; is this...