1

Puppet 4.2 (マスターとクライアントの両方) を実行していますが、昨日から実行時に奇妙なエラーが発生し始めましたpuppet agent -t

# puppet agent -t
Warning: Unable to fetch my node definition, but the agent run will continue:
Warning: execution expired
Info: Retrieving pluginfacts
Error: /File[/opt/puppetlabs/puppet/cache/facts.d]: Failed to generate additional resources using 'eval_generate': execution expired
Error: /File[/opt/puppetlabs/puppet/cache/facts.d]: Could not evaluate: Could not retrieve file metadata for puppet:///pluginfacts: execution expired
Info: Retrieving plugin
Error: /File[/opt/puppetlabs/puppet/cache/lib]: Failed to generate additional resources using 'eval_generate': execution expired
Error: /File[/opt/puppetlabs/puppet/cache/lib]: Could not evaluate: Could not retrieve file metadata for puppet:///plugins: execution expired
Error: Could not retrieve catalog from remote server: execution expired
Warning: Not using cache on failed catalog
Error: Could not retrieve catalog; skipping run
Error: Could not send report: execution expired

私の puppet.conf はとてもシンプルです:

[main]
    certname = mastermachine
[agent]
    server = mastermachine
    pluginsync = true
    runinterval = 300

それが重要な場合は、Arch Linux-arm を実行しています。

Puppet マスターが起動し、指定されたポート (8140) でリッスンしています。
そして、私が言ったように、昨日はうまくいきました。

何が起きたの?

4

1 に答える 1

0

これは私にとってはうまくいきました(i686アーチ):

mkdir /etc/puppetlabs/code/environments/production/modules
于 2016-01-28T18:50:34.930 に答える