[Puppet Users] Is there a method for puppet to find all suid files?

2015-09-04 Thread Sean
Hi, I'm using a module from the Forge to manage auditd rules, the module works quite well and managing rules is very easy. The hard part is that there's a requirement to audit use SUID files on each system. With out knowing exactly what files are SUID on every server in the field, since ther

[Puppet Users] when I try to update /etc/sudoers in puppet master the files it doesnt get updated! please help!

2015-09-04 Thread bobby38
Hello All, i have created a module called Sudoers here is the content of the init.pp File { owner => "root", group => "root", mode => "0440" } file {"/etc/sudoers": ensure => "present", content => template("sudoers/sudoers.erb"), } file

Re: [Puppet Users] Managing Chocolatey sources with File resource and Template on Windows 7 x64 SP1

2015-09-04 Thread jmp242
64 bit. -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to puppet-users+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.googl

[Puppet Users] Re: MCollective Plugins - Can I Install with Puppet Collections?

2015-09-04 Thread Stefan Heijmans
There are some jira tickets on this; https://tickets.puppetlabs.com/browse/MCOP-516 https://tickets.puppetlabs.com/browse/MCOP-529 -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To unsubscribe from this group and stop receiving emails from it

[Puppet Users] Re: Display the contents of a yaml file

2015-09-04 Thread jcbollinger
On Friday, September 4, 2015 at 3:35:04 AM UTC-5, Sergiu Cornea wrote: > > Thank you John, > > Thank you for your answer and sorry for the ambiguity. > > The YAML file I am referring to is the node's YAML file such as in the > Puppet's NTP complete example: > > What you are looking at is extern

[Puppet Users] Re: SSL Cert's are generated but not saved

2015-09-04 Thread David Levray
Hello, look in /var/lib/puppet/ssl Your directry SSL is setting in file puppet.conf. exemple: vardir = /var/lib/puppet ssldir = $vardir/ssl Look your puppet.conf by Le mercredi 2 septembre 2015 22:14:24 UTC+2, Michael Holt a écrit : > > Hi, > > I'm working on using pupp

Re: [Puppet Users] Re: puppetlabs-postgrest module not loaded

2015-09-04 Thread David Levray
Thanks for your return. It is noted that hiera your search directly in the common.yaml, it is not your path hierarchy. Here's an example search or hiera good in the order of hierarchy: My hierarchy is: :hierarchy: - "node/%{fqdn}" - "virtual/%{virtual}" - "osfamily/%{osfamily}"

Re: [Puppet Users] Re: puppetlabs-postgrest module not loaded

2015-09-04 Thread Alfredo De Luca
Hi David. Here is the output. [root@puppet-server puppet]# hiera -d postgresql::server DEBUG: Fri Sep 04 20:18:29 +1000 2015: Hiera YAML backend starting DEBUG: Fri Sep 04 20:18:29 +1000 2015: Looking up postgresql::server in YAML backend DEBUG: Fri Sep 04 20:18:29 +1000 2015: Looking for data sour

[Puppet Users] Re: Display the contents of a yaml file

2015-09-04 Thread David Levray
Hi, Look: hiera-file: designed by Adrien Thebo to manage a data type that previously could not be stored in a healthy way in Hiera, that is, simple files. or hiera-http and hiera-mysql: are other powerful backends Hiera written by Craig Dunn. They allow us to recover our data either via a

[Puppet Users] Re: Display the contents of a yaml file

2015-09-04 Thread Sergiu Cornea
Thank you John, Thank you for your answer and sorry for the ambiguity. The YAML file I am referring to is the node's YAML file such as in the Puppet's NTP complete example: --- classes: - ntp - apache - postfix ntp::restrict: - ntp::autoupdate: false ntp::enable: true ntp::servers: - 0.us.pool