简体   繁体   English

有谁知道如何修复 Puppet pdk 错误?

[英]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 Pdk 验证失败

Run your command with "-d" option which is debug so that it will show what errors we are able to see in ruby validator.使用调试的“-d”选项运行您的命令,以便它显示我们能够在 ruby 验证器中看到的错误。

pdk validate -d pdk 验证-d

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 如何修复 Puppet 的编码问题 - How to fix encoding problems with Puppet 有人知道如何从nitroous.io下载项目吗? - Does anyone know how to download a project from nitrous.io? 有谁知道如何在rails 2.3中适当处理用户时区? - Does anyone know how to appropriately deal with user timezones in rails 2.3? 有谁知道如何在Rails的ruby中的image_tags内部使用条件语句。 - Does anyone know how to use conditional statements inside image_tags in ruby on rails. Puppet / Facter“无法检索事实fqdn”:如何修复或规避? - Puppet/Facter “Could not retrieve fact fqdn”: How to fix or circumvent? 有人知道使用ruby的datamapper + sqlite3的教程吗? - Does anyone know of a tutorial for datamapper + sqlite3 with ruby? 有人知道为什么我会收到此RSpec错误吗? 得到零&lt;- - Anyone know why I'm getting this RSpec error? getting nil <-- 从 mac x86 切换到 arm m1 架构,我遇到了这个错误,有人知道如何解决吗? - Switching from a mac x86 to arm m1 architecture, i ran into this error, anyone knows how fix it? SciTE 文本编辑器,有人知道如何查找高级技术的文档吗? - SciTE text editor, anyone know how to find documentation for advanced techniques? 错误,我已经遇到过几次,但我不知道如何解决 - Error I have gotten a few times and I don't know how to fix it
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM