You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Puppet::Util::Reference.pdf method has been broken since 2012 due to
commit f0c9995, because it was calling
Puppet::Util.replace_file with 1 argumentm, but it takes 2, resulting
in:
$ puppet doc --mode pdf --reference type
creating pdf
Error: Could not run: wrong number of arguments (given 1, expected 2)
So delete the code and remove `pdf` as a valid reference doc mode.
0 commit comments