Aravind Kumar
Aravind Kumar

Reputation: 1

Does anyone know how to fix Puppet pdk error?

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

Upvotes: 0

Views: 238

Answers (1)

Thirumoorthi
Thirumoorthi

Reputation: 518

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

Upvotes: 0

Related Questions