Re: [Puppet Users] archive

2020-06-25 Thread Yvan Broccard
Hello, I'm using this module in a couple of nodes with success. Here are three of my usecases : 'archive': { archive { "/tmp/${file}": ensure => present, extract => true, extract_command => 'tar xfz %s --strip-components=1', extract_path=>

[Puppet Users] archive

2020-06-25 Thread Tej Singh Rana
Using the archive module, zip file is available in agent node and accessed to extract from master node. Unfortunately not running. Any idea puppet users? archive { "xyz.zip": ensure => present, extract => true, source => "file:///usr/src/base/xyz.zip",

Re: [Puppet Users] Facter 4.0.27 is now available

2020-06-25 Thread bogdan...@puppet.com
Hi Eirik, Facter 4 is the successor of Facter 3. Facter 3 was written in C++, and Facter 4 is implemented from scratch in Ruby. Facter 4 is a "big deal" :D because: - it aim for 100% compatibility with Facter 3 - as Facter 4 is written in Ruby, it is packaged as a Gem and can replace Facter

Re: [Puppet Users] Error while installing the docker on Ubuntu 18.04 using existing puppet forge module

2020-06-25 Thread David Schmitt
For automatic installation from upstream sources. the module reaches out to https://apt.dockerproject.org/ to retrieve the repo keys. Please make sure that is accessible to your puppet agent. If that is not possible in your organisation, please follow the documentation to find the overrides to

Re: [Puppet Users] Error while installing the docker on Ubuntu 18.04 using existing puppet forge module

2020-06-25 Thread Martin Alfke
Hi Vinay, Your error is unrelated to docker module, but comes from apt module. Apt module is trying to add the docker repos and fetch the gpg keys. Please make sure to allow outgoing https connections. If you want to install from your own internal mirror, you can set a docker class parameter:

[Puppet Users] Facter 4.0.28 is now available

2020-06-25 Thread Florin Dragos
Hello, The Facter team has released a new version of facter: *4.0.28 .* This release fixes a bug that was introduced in 4.0.27, which was yanked from rubygems. Special thanks to smortex for finding and fixing the

[Puppet Users] Error while installing the docker on Ubuntu 18.04 using existing puppet forge module

2020-06-25 Thread Vinay Korrapati
Hi Team, We are facing the below issue while installing the docker Ubuntu 18.04 using existing puppet forge module. we already added the include 'docker' to the manifest file. And all dependent modules also installed. *Error:* *change from 'absent' to 'present' failed: Could not set 'present'

Re: [Puppet Users] Facter 4.0.27 is now available

2020-06-25 Thread Eirik Øverby
Hi, I've trying since the initial Facter 4 release to find information on how I can use it - with Puppet, specifically. Is that documented anywhere? It would also be useful to know what "the big deal" with Facter 4 is. This is also something that was referenced in previous announcements here

[Puppet Users] Facter 4.0.27 is now available

2020-06-25 Thread Florin Dragos
Hello, The Facter team is happy to announce the release of *Facter 4.0.27 .* Here is what changed: New features - Networking facts for OSX #1929 - FreeBSD disks and partitions facts #553