尝试使用命令选项 puppet 运行命令 eval `ssh-agent -s,这给了我这些错误:
exec { 'eval' :
command => "eval `ssh-agent -s`",
}
给我这个错误:
Error: Validation of Exec[eval] failed: 'eval `ssh-agent -s`' is not qualified and no path was specified. Please qualify the command or specify a path. at /puppet.pp:18
Wrapped exception:
'eval `ssh-agent -s`' is not qualified and no path was specified. Please qualify the command or specify a path.