[Puppet Users] Re: Package resource with install_options is not working as expected

2020-03-30 Thread alexandra kisin
Thank you so much! I used the configfiles like you suggested and everything is working perfectly. Thank you again ! понедельник, 30 марта 2020 г., 17:38:16 UTC+3 пользователь Gabriel Nagy написал: > > Hi, > > There's a special parameter for what you're trying to do, so you don't > have to

[Puppet Users] Re: Package resource with install_options is not working as expected

2020-03-30 Thread alexandra kisin
Thank you so much! I used the configfiles like you suggested and everything is working perfect now. Thank you ! понедельник, 30 марта 2020 г., 17:38:16 UTC+3 пользователь Gabriel Nagy написал: > > Hi, > > There's a special parameter for what you're trying to do, so you don't > have to use i

[Puppet Users] Re: Package resource with install_options is not working as expected

2020-03-30 Thread Gabriel Nagy
Hi, There's a special parameter for what you're trying to do, so you don't have to use install_options. To pass --force-confnew to the resource you need to set configfiles => 'replace' in the manifest. See: https://puppet.com/docs/puppet/latest/types/package.html#package-attribute-configfile