Puppet manifest has a file declaration that somehow duplicates itself

前端 未结 4 1895
陌清茗
陌清茗 2020-12-21 07:06

Given the confusing error message:

err: Could not retrieve catalog from remote server: Error 400 on SERVER: Duplicate declaration: File[/etc/logstas

4条回答
  •  -上瘾入骨i
    2020-12-21 07:12

    This probably means that you're including the file twice. Do you include the logstash module twice anywhere? It's possible that you're meaning to include it twice, but with different config dirs. If you're accidentally including it twice with the same config dir, then you'll get the error.

提交回复
热议问题