Re: [Puppet Users] GDM configurations with a puppet module

2016-10-24 Thread Christopher Peterson
If I understand correctly, I think this is as much of a gnome/kde question as a puppet one. GNOME To set a login message for gnome you can use gsettings: https://access.redhat.com/documentation/en-US/Red_Hat_Enterprise_Linux/7/html/Desktop_Migration_and_Administration_Guide/customizing-login-scr

[Puppet Users] Nagios types break everything

2016-09-28 Thread Christopher Peterson
Howdy, After working just fine for a long while, I'm suddenly running into this error on my puppetmaster and any other host that touches the nagios types. Error: Failed to apply catalog: Could not parse configuration for nagios_host: undefined method `For=' for # I'm not even sure where t

[Puppet Users] nagios_host breaks everything

2016-09-28 Thread Christopher Peterson
Howdy, After working just fine for a long while, I'm suddenly running into this error on my puppetmaster and any other host that touches the nagios types. I'm not even sure where to start. I tried clearing the host from puppetdb and clearing this host's cache in case something got stuck. No

Re: [Puppet Users] yum disable/enable repo with wildcards

2015-07-02 Thread Christopher Peterson
There may be a more Puppety way of doing this, but your disable/enable method can be done with Puppet too. You can pass those options in the install_options for your Package. https://docs.puppetlabs.com/references/latest/type.html#package-attribute-install_options Christopher Peterson On 07/02

Re: [Puppet Users] How to run shell script in new terminal using puppet.

2015-06-26 Thread Christopher Peterson
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Are you doing something to ensure that these scripts are running in the correct order? Puppet does not guarantee this unless you are explicit... Christopher Peterson On 06/26/2015 12:29 AM, ayya...@orzota.com wrote: > 1. I am trying to run 3 sh