0
[✔] 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

Holger Just
  • 52,918
  • 14
  • 115
  • 123

1 Answers1

0

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

Thirumoorthi
  • 508
  • 1
  • 6
  • 13