Re: [Puppet Users] Re: Facter 4 release

2020-03-30 Thread Ben Ford
Since it was developed in parallel, they used https://github.com/puppetlabs/facter-ng. I don't know if there are plans to reconcile them in the future, but Bogdan could tell you about that later. On Mon, Mar 30, 2020 at 2:38 PM Stefan Wrobel wrote: > Where is the source for the 4.x releases? > h

[Puppet Users] Re: Facter 4 release

2020-03-30 Thread Stefan Wrobel
Where is the source for the 4.x releases? https://github.com/puppetlabs/facter only seems to have 3.x as the latest... On Wednesday, March 18, 2020 at 9:54:40 AM UTC-7, Bogdan Irimie wrote: > > Hi, > > I am very happy to announce the first release of Facter 4 >

[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

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

2020-03-30 Thread alexandra kisin
Hello, Trying to create manifest with package resource for debian package and want to use insstallation option --force-confnew. The manifest is : package { 'my_package_name': name => 'my_package_name', ensure => present, install_options => ['-o Dpk