search for: uninstall_opt

Displaying 2 results from an estimated 2 matches for "uninstall_opt".

Did you mean: uninstall_app
2012 Oct 12
2
Package install_options
Now that the install_options parameter can be applied to all package providers, does anyone have advice on the best way to specify options to yum? For example, considering the common pattern of leaving a repo disabled most of the time, if I wanted to pass --enablerepo=epel to yum, would I set install_options => [''--enablerepo=epel''] or install_options =>
2012 Sep 25
4
MSI Package Provider and Install_options
Hello, I''m trying to install a few MSI packages on Windows, and I''m having trouble specifying options. Here is what I want to execute C:\packages\my_problematic_package.msi \quiet \passive As you can see, I''m trying to specify two arguments to the package, but I can''t figure out how to use the Puppet package resource to accomplish this. Install_options