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

2016-10-24 Thread Garrett Honeycutt
On 10/21/16 4:03 PM, warron.french wrote: > Hello all, >I have created a puppet module (and class) that manages the content > of the banners of systems. > > By banners, I am referring to: > > * /etc/issue > * /etc/issue.net > * /etc/motd > > These are all controlled

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

2016-10-24 Thread Warron French
Christopher, thanks for replying. I am going to look into these. If nothing else, maybe it will teach me how to do it differently. This is an excellent start though, thank you. On Monday, October 24, 2016 at 8:26:58 AM UTC-4, Christopher Peterson wrote: > > If I understand correctly, I

Re: [Puppet Users] changing content of config file through puppet

2016-10-24 Thread Rob Nelson
Nidhi, Your example does not have a link to the cinder::backend::solidfire type definition. Without seeing the log of the change that is occurring, the simplest possibility is that it is that code that has the ink related changes in it. On Monday, October 24, 2016, nidhi mittal hada

[Puppet Users] Re: Puppet agent not able to connect to puppet server after rebooting puppet server

2016-10-24 Thread Michael Watters
Looks like your master's host name isn't included on the certificate. Are you able to run the agent using puppet agent -t --server puppet ? You can also see what host names are returned by the master's cert using openssl. openssl s_client -connect puppet:8140 This should show you the entire

[Puppet Users] changing content of config file through puppet

2016-10-24 Thread nidhi mittal hada
https://github.com/openstack/fuel-plugin-solidfire-cinder/blob/master/deployment_scripts/puppet/modules/plugin_cinder_solidfire/manifests/solidfire.pp here on line

Re: [Puppet Users] Issue with module from forge - Duplicate declaration Class[Rsyslog]

2016-10-24 Thread jcbollinger
On Friday, October 21, 2016 at 9:48:02 AM UTC-5, re-g...@wiu.edu wrote: > As it seems saz-rsyslog is the best puppet module for managing rsyslog, I > decided to take a hint from @jcbollinger on configuration, rather than > replacing the module. > > I decided to change the values of the

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: