由于内网的Puppet还是在测试中,所以对文件权限等内容未做过多关注。

今天报了错误:

Error: Could not retrieve catalog from remote server: Error 400 on SERVER: Could not find default node or by name with 'xxx.xxx.net, xxx.xxx, xxx' on node xxx.xxx.xxx
Warning: Not using cache on failed catalog
Error: Could not retrieve catalog; skipping run

百思不得其解之时,突然想起可能是权限问题,我直接使用root用户登录系统,而且umask是027,因此puppet是无法读取的。

修改为puppet属主后,依然不行,只好给了644的权限,方才正常。

相关文章:

  • 2021-07-30
  • 2021-05-31
  • 2022-12-23
  • 2021-06-05
  • 2022-12-23
  • 2021-09-25
  • 2022-01-08
  • 2022-01-27
猜你喜欢
  • 2021-12-20
  • 2022-02-05
  • 2021-04-10
  • 2022-12-23
  • 2021-10-20
  • 2021-09-19
相关资源
相似解决方案