puppet-debugger icon indicating copy to clipboard operation
puppet-debugger copied to clipboard

A interactive live debugger and REPL for the puppet language

Results 19 puppet-debugger issues
Sort by recently updated
recently updated
newest added

Namespaced functions dot not get completed correctly. ie. `debug::break()`

``` 6:>> file{'hello': 7:>> ensure => present, 8:>> mode => '0700', 9:>> } => Parameter path failed on File[hello]: File paths must be fully qualified, not 'hello' at line 1...

When the `.` operator is used to signify that the result of the previous line the repl does not seem to be aware of the previous operation so puppet concludes...

If a repl agent machine is not authorized to perform node indirection puppet throws We need to catch `Net::HTTPError` error. ``` 1:>> :set node foo.example.com => Resetting to use node...

The repl should display documentation of each function so the user doesn't have to leave the repl session to find out how to use it.

The REPL should be able to auto complete variables that have hashes of hashes.

Pry has a feature where it shows a list of available functions to the object presumably using `methods` function. While puppet does not have the methods feature we could probably...

In order to allow node data requests you need to alter your auth.conf file and restart your puppet master. ``` json { "allow" : "$1", "match-request" : { "method" :...

This is related to the fact that factedb has dropped support for legacy facts in facterdb v3 There is a previous similar issues but i suspect its unrelated https://github.com/nwops/puppet-debugger/issues/46