Re: [Puppet Users] Re: python Script with answer file not working

2018-05-16 Thread Red Cricket
Notice what your error message is ... /opt/seafile/test/seafile-serv er-6.2.5/setup-seafile-mysql.py: Permission denied make sure that /opt/seafile/test/seafile-server-6.2.5/setup-seafile-mysql.py is executable On Wed, May 16, 2018 at 7:50 PM, 程伟 wrote: > > > 在

Re: [Puppet Users] Re: Certificate expiration affecting repositories and other sites

2017-08-13 Thread Red Cricket
You'd think there would be a puppet way to automate the updating those certs ;) On Sun, Aug 13, 2017 at 2:40 PM, Ken Johnson wrote: > Certificates for apt, yum, and downloads have been updated and those > services should be behaving normally again. > > On Sun, Aug 13, 2017 at

Re: [Puppet Users] How would you represent this in hiera?

2017-06-07 Thread Red Cricket
oops ... I was wrong about that. It does define a resource. my bad On Wed, Jun 7, 2017 at 3:28 PM, Red Cricket <red.cricket.b...@gmail.com> wrote: > I took a look at https://github.com/xaque208/puppet-ssh/blob/ > master/manifests/server/subsystem.pp > There is no subsystem r

Re: [Puppet Users] How would you represent this in hiera?

2017-06-07 Thread Red Cricket
I took a look at https://github.com/xaque208/puppet-ssh/blob/master/manifests/server/subsystem.pp There is no subsystem resource defined ... just this: # Define: ssh::server::subsystem # # Add an ssh subsystem to sshd_config(5) # # Examples: # # ssh::server::subsystem { 'sftp': # system =>

Re: [Puppet Users] Puppet Environment Classification Conflict

2016-08-23 Thread Red Cricket
Maybe I am miss reading the docs but isn't the parent group suppose to be the production environment. https://docs.puppet.com/pe/latest/console_classes_groups_environment_override.html On Tue, Aug 23, 2016 at 4:12 PM, Lindsey Smith wrote: > > > On Fri, Aug 19, 2016 at 4:57

Re: [Puppet Users] err: Could not retrieve catalog from remote server: Error 400 on SERVER: Error 403 on SERVER: Forbidden request:

2013-03-25 Thread Red Cricket
at this link: http://docs.puppetlabs.com/pe/latest/quick_start.html When I get to the part where one runs ... sudo puppet agent --test I get this error message ... err: Could not retrieve catalog from remote server: Error 400 on SERVER: Error 403 on SERVER: Forbidden request: red-cricket-pe

Re: [Puppet Users] err: Could not retrieve catalog from remote server: Error 400 on SERVER: Error 403 on SERVER: Forbidden request:

2013-03-25 Thread Red Cricket
match what you expect. I don't know about Puppet Enterprise support arrangements. - Keith On 25 March 2013 16:50, Red Cricket red.cricket.b...@gmail.com wrote: Thanks for the reply Keith. I will definitively have to dig into the auth.conf, but the auth.conf I am using is the one created

Re: [Puppet Users] class with multiple package resources does not install RPMs

2012-07-27 Thread Red Cricket
thanks Ken. that was a typo. The problem turned out to be that in the file resources I was specifying content = template($conf_template) I wasn't really using templates just so I took the template call out like so ... content = $conf_template On Fri, Jul 27, 2012 at 7:39 AM, Ken Barber