Does anyone know how to fix Puppet pdk error?

165 Views Asked by At
[✔] Running puppet validators ...
├── [✔] Checking Puppet manifest syntax (**/*.pp).
└── [✔] Checking Puppet manifest style (**/*.pp).
✖] Running ruby validators ...
└── [✖] Checking Ruby code style (**/**.rb).
Pdk validate fails

Pdk validate fails

1

There are 1 best solutions below

0
On

Run your command with "-d" option which is debug so that it will show what errors we are able to see in ruby validator.

pdk validate -d