简体   繁体   English

在人偶中应用自定义类型时出错

[英]Error while applying custom type in puppet

I am facing below error while applying custom type. 应用自定义类型时,我面临以下错误。

Error: /Stage[main]/Main/login[new]: Could not evaluate: No ability to determine if login exist`s

Login is the custom type. 登录是自定义类型。 The path where file is placed is 放置文件的路径是

/etc/puppet/modules/demo/lib/puppet/type

Can anyone help with the solution? 有人可以提供解决方案吗?

puppet can't find your file. 木偶找不到您的文件。 Maybe it isn't in the module path, or the permissions are wrong 也许它不在模块路径中,或者权限错误

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

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM