
我正在使用 puppet 3.8.1 並以管理員身份運行命令行,但 puppet 掛起。
打開調試後我也得到了
Debug: Runtime environment: puppet_version=3.8.1, ruby_version=2.0.0, run_mode=user, default_encodin
g=CP850
Debug: Loading external facts from C:/ProgramData/PuppetLabs/puppet/var/facts.d
沒有進一步...
我正在使用 helloworld 清單
file { 'C:/_Tmp/puppettest/test.txt':
content => "Hello, world\n",
}
有任何想法嗎?