【发布时间】:2013-03-15 12:41:25
【问题描述】:
还是不行 在/etc/puppet/manifests/site.pp
file { "/home/render/installation/":
ensure => "directory",
owner => "render",
group => "render",
recurse => "true",
mode => "0750",
source => "puppet:///files/installation/",
}
客户端上的目录仍然为空
ls /etc/puppet/files/installation/
1 2 3 4 5
在日志中的傀儡客户端
3 月 21 日 12:28:12 lw-003 puppet-agent[28098]: (/File[/home/render/installation/]) 无法使用“eval_generate”生成其他资源:服务器上出现错误 400:未授权使用 {:checksum_type=>"md5", :recurse=>true, :links=>"manage"}
在 /file_metadata/files/installation 上调用搜索3 月 21 日 12:28:12 lw-003 puppet-agent[28098]: (/File[/home/render/installation/]) 无法评估:服务器上的错误 400:无权调用 /file_metadata 上的查找/files/installation 无法检索 puppet:///files/installation 的文件元数据:服务器上的错误 400:无权调用 /file_metadata/files/installation 上的查找 3 月 21 日 12:28:12 lw-003 puppet-agent[28098]:在 0.28 秒内完成目录运行
【问题讨论】: