Re: [Puppet Users] Re: Deploy bacula with puppet and foreman

2016-02-09 Thread Timotheus Titus
Thanks a lot - that worked :-) Am Montag, 8. Februar 2016 10:45:25 UTC+1 schrieb Greg Sutcliffe: > > > On 2 February 2016 at 18:31, Timotheus Titus > wrote: > >> As far as I see I have to call bacula::director::client somehow as it >> defines the client-config. >> >> But the question is: How can

Re: [Puppet Users] bizarro error when starting a puppet agent

2016-02-09 Thread Lowe Schmidt
etckeeper is a tool for managing /etc with a RCS and is not part of the Puppet distribution itself. It tries to do a commit every time something changed on the filesystem and it is failing to do that, I suggest talking to the team that set up the machines about how they use etckeeper first Regards

Re: [Puppet Users] bizarro error when starting a puppet agent

2016-02-09 Thread Peter Berghold
Thanks for that but it turns out that the team that did the setups didn't follow the standard operating procedure that I gave them. Somebody tried to read into what I wrote left a pair of lines in the configuration file that should have been there. On Tue, Feb 9, 2016, 08:39 Lowe Schmidt wrote:

[Puppet Users] Issues with example42/php::augeas or with augeas in general

2016-02-09 Thread Joseph Karns
Hello All: I started getting failed resources from augeas and I'm hoping someone can help. The errors: Warning: Augeas[php_ini-php-error_reporting](provider=augeas): Loading failed for one or more files, see debug for /augeas//error output Error: /Stage[main]/Oit_php::Augeas/Php::Augeas[php-e

[Puppet Users] Iteration over fact array - index doesn't seem to work

2016-02-09 Thread Mike Reed
Hello all, I'm working with a custom fact that's returning an array as it's value. The fact looks like this: require 'facter' Facter.add(:video_card_id) do confine :kernel => :linux setcode do # create array for card id's id_array = Array.new # determine id of card #

[Puppet Users] Announce: Puppet Enterprise 2015.3.2 is available

2016-02-09 Thread Morgan Rhodes
Dear Puppet Enterprise Users, Puppet Enterprise 2015.3.2 is now available. Puppet Enterprise 2015.3.2 is a security and bug-fix release of Puppet Enterprise. This release contains updated versions of OpenSSL, Java, ActiveMQ, and Ruby with fixes for security issues, as well as a security fix for P

[Puppet Users] Announce: Puppet Enterprise 3.8.4 is available

2016-02-09 Thread Morgan Rhodes
Dear Puppet Enterprise Users, Puppet Enterprise 3.8.4 is now available. Puppet Enterprise 3.8.4 is a security and bug-fix release of Puppet Enterprise. This release contains updated versions of OpenSSL, Java, Rails, ActiveMQ, Ruby, and Passenger with fixes for security issues. For information on

Re: [Puppet Users] does puppet get download of a server ftp?

2016-02-09 Thread Felix Frank
Hi, Puppet cannot directly use FTP servers with the file{} resource. You can install a module for this purpose, however. This one is a good choice: https://forge.puppetlabs.com/puppet/archive Hope that helps, Felix On 02/03/2016 12:32 PM, victor.v...@ecxus.com.br wrote: Hello, I'm new here

[Puppet Users] Re: What I think that is needed for a practical Puppet class

2016-02-09 Thread Alex Harvey
That's fantastic work you are doing there. I also agree with your approach to teaching. Traditionally new Puppet users have been trained with a view to writing their own modules, only to find out at the end that the real work is in building infrastructure out of Forge modules. As you say, thi