控制回购 forge "http://forge.puppetlabs.com"
# Modules from the Puppet Forge
# Versions should be updated to be the latest at the time you start
mod "puppetlabs/inifile", '1.5.0'
mod "puppetlabs/stdl
# hardware_platform.rb
Facter.add('hardware_platform') do
setcode do
Facter::Core::Execution.exec('/bin/uname --hardware-platform')
end
end
我想执行它,当我给facter --puppet。这些信息并不包含在日志中。请告