Hi everyone!! I have a problem with the package resource. Currently all my nodes use the same operating system, Debian. The problem is that the documentation of Puppet are many variables that are not explained in detail and have not found detailed information on the Internet. My problem comes in the form in which parcel puppet installed Debian, I see in the trace log the command used is as follows: "/usr/bin/apt-get -q -y -o DPkg::Options::=--force-confold install" The option --force-confold or --force-confnew comes from the parameter "configfile", until then I have it clear. What I want is to add the option --force-yes to the command to force the installation of the parcel. Does anyone know which option I put in the resource package to appear on the command --force-yes? It can be because the apt.rb resource in / usr/lib/ruby/1.8/puppet/provider/package shows: str = @resource[:name] case should when true, false, Symbol # pass else # Add the package version and --force-yes option str += "=#{should}" cmd << "--force-yes" end And by the way, could you explain the options in the package?
Thank you very much for everything. Best regards! -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to puppet-users@googlegroups.com. To unsubscribe from this group, send email to puppet-users+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en.