Foreman 参数不允许使用重音

Foreman 参数不允许使用重音

我使用 foreman 来管理我的服务器,从 foreman 界面启动“运行 puppet”。我的类使用一些定义为 foreman“参数”的值来工作。

一切正常,但当参数包含特殊字符时则不行(例如:Español)。这是错误吗?

例子:

1.- 我刚刚添加了一个新参数,如下所示:

languages = Español, English

2.- 我进入服务器并执行:

puppet agent -t
notice: Ignoring --listen on onetime run
info: Retrieving plugin
err: Could not retrieve catalog from remote server: Error 400 on SERVER: Could not find node     'node1.domain.com'; cannot compile
warning: Not using cache on failed catalog
err: Could not retrieve catalog; skipping run

相关内容