Puppet console to show rpm packages it installed, including package dependencies -
i have puppet module installs package a, in turn depends on package b.
when run puppet agent apply through ci tool, output puppet console log , package a(version, config file, wrote in puppet module), puppet asked yum install package b(due dependency) , installed in background, without trace.
so want see yum log installing package b in puppet console log, there way that? or flag turn on more detailed logging (other verbose)?
thanks!
Comments
Post a Comment