[Puppet Users] Bolt 1.1.0 now available

2018-10-17 Thread Puppet Product Updates
Hello Everyone, Today we’re happy to announce the release of Bolt 1.1.0. Highlights in this release include: - Sharing code between tasks - Marking internal tasks as private - Uploading directories via plans - Support for public-key signature system ed25519 - Upgraded WinRM gem

Re: [Puppet Users] pip package provider on Redhat

2018-10-17 Thread Ben Ford
Hi Sergei! Puppet 3.x is quite old, and in fact has been end-of-lifed for 655 days as of today! (December 31, 2016). It is no longer receiving security or bug fixes. If you upgrade to a modern version, you'll see that there's are new pip and pip3 providers that use the appropriate commands.

[Puppet Users] pip package provider on Redhat

2018-10-17 Thread Sergei Gerasenko
Hello, I'm running puppet 3.5.1 and the pip package provider has this bit: def self.cmd case Facter.value(:osfamily) when "RedHat" "pip-python" else "pip" end end As you can see, when the OS is RedHat, it wants to use the pip-python command, but it's not

Re: [Puppet Users] modulo, exec or provider customization

2018-10-17 Thread Ben Ford
Hi Rafael. You would not have any need to create a custom provider. Depending on which database server you're using and what the end result that you're trying to achieve is, you can use built-in resource types to do what you want. For example, with MS SQL Server, you can evaluate TSQL queries