我在 Linux 上有 puppet master 3.6.2,在 Windows Server 2008 R2 上有 puppet agent 3.6.2
在 Windows 服务器上的 Windows 应用程序日志中,我收到警告消息:
Log Name: Application
Source: Puppet
Date: 9/26/2014 11:19:59 AM
Event ID: 2
Task Category: None
Level: Warning
Keywords: Classic
User: N/A
Computer: -
Description:
Copying owner/mode/group from the source file on Windows is deprecated; use source_permissions => ignore.
(at C:/Program Files (x86)/Puppet Labs/Puppet/puppet/lib/puppet/type/file/source.rb:120:in `each')
我在其他主题的 puppet 和 windows 日志中发现了很多警告信息。但是没有人告知或询问。
答案1
这可能是由于插件同步造成的,我们在 3.7.0 中修复了这个问题 -https://tickets.puppetlabs.com/browse/PUP-2907
注意:修复此警告的唯一方法是升级到至少 3.7.0。