[Puppet Users] PE: Updating custom SSL certs

2017-05-17 Thread J.T. Conklin
I'm running PE 2016.4.3 in my home lab. About 90 days ago, I installed SSL certificates I generated via Let's Encrypt for my puppet server as described @ https://docs.puppet.com/pe/2016.4/custom_console_cert.html. With the cert expiration near, I re-generated my certs, updated the public-console.c

Re: [Puppet Users] stop service after install

2017-05-17 Thread John Gelnaw
On Wednesday, May 17, 2017 at 5:06:33 PM UTC-4, Poil wrote: > > I'm agree with "Debian is just by design stupid, thinks starting all > services" > All other integration are really fine, but auto-starting after install is > terrible for all configuration management : > Change a path (mysql binary

Re: [Puppet Users] stop service after install

2017-05-17 Thread Poil
I'm agree with "Debian is just by design stupid, thinks starting all services" All other integration are really fine, but auto-starting after install is terrible for all configuration management : Change a path (mysql binary log for example), a mount point (a LV for mysql) before installing : N

[Puppet Users] Re: Have Puppet remove a user when the associated class which created it is removed

2017-05-17 Thread John Gelnaw
On Friday, May 5, 2017 at 2:22:27 PM UTC-4, James Perry wrote: > > As I keep tweaking our Puppet/Foreman setup, I was wondering if it was > somehow possible to auto-magically remove uses when the associated class is > removed from the server. All of our Puppet code is under source code > manage

Re: [Puppet Users] stop service after install

2017-05-17 Thread John Gelnaw
On Monday, May 15, 2017 at 8:16:38 AM UTC-4, R.I. Pienaar wrote: > > > debian will not overwrite configs on package install - suggest you put a > config down that does what you want first. > Or, I dunno, maybe he could could tie the service to the config file, and restart apache when the config

Re: [Puppet Users] Re: Scheduled_task?

2017-05-17 Thread Josh Cooper
On Wed, May 17, 2017 at 5:34 AM, Jason McMahan wrote: > The full error is > > Error: Failed to call > #::NewWorkItem > with HRESULT: -214702489 > 3.: The system cannot find the path specified. > Error: /Stage[main]/Profile::Windows::Applications::Sysinfo::Base/ > Scheduled_task[Automation/Inven

Re: [Puppet Users] Puppet-Agent

2017-05-17 Thread Josh Cooper
On Sat, May 13, 2017 at 9:56 AM, Linux Info wrote: > Hello, > > I am trying to connect puppet master node(Centos-7) from fresh puppet > agent node (Centos-7), but getting below errors while executing "puppet > agent -t". > > [root@puppet_client_1 ~]# puppet agent -t > Info: Creating a new SSL key

Re: [Puppet Users] Could not retrieve local facts: undefined method `require_relative' for main:Object

2017-05-17 Thread R.I.Pienaar
On Wed, May 17, 2017, at 16:34, Helen Paterson wrote: > Hi, > > im currently getting the following error on a few of my Ubuntu solr > servers > > Error: Could not retrieve local facts: undefined method > `require_relative' > for main:Object > Error: Failed to apply catalog: Could not retrieve

[Puppet Users] Could not retrieve local facts: undefined method `require_relative' for main:Object

2017-05-17 Thread Helen Paterson
Hi, im currently getting the following error on a few of my Ubuntu solr servers Error: Could not retrieve local facts: undefined method `require_relative' for main:Object Error: Failed to apply catalog: Could not retrieve local facts: undefined method `require_relative' for main:Object we are

Re: [Puppet Users] stop service after install

2017-05-17 Thread Anton Gorlov
Hi. At the current moment I need bind the apache to localhost:80 and nginx to external_ip:80. I cannot change nginx config before it installed and debian start nginx automatic after install package with default configuration (bind to *:80) => conflict. So first I stop the apache service, after

[Puppet Users] "puppet agent -t" is not working in my agent node

2017-05-17 Thread Sudhansu Swain
while i am typing this command in agent its not working. Nothing is happening. Cannot generate the certificate at all. Pls help -- 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] Puppet-Agent

2017-05-17 Thread Linux Info
Hello, I am trying to connect puppet master node(Centos-7) from fresh puppet agent node (Centos-7), but getting below errors while executing "puppet agent -t". [root@puppet_client_1 ~]# puppet agent -t Info: Creating a new SSL key for puppet_client_1 Error: Could not request certificate: executio

[Puppet Users] Re: Scheduled_task?

2017-05-17 Thread Jason McMahan
The full error is Error: Failed to call #::NewWorkItem with HRESULT: -214702489 3.: The system cannot find the path specified. Error: /Stage[main]/Profile::Windows::Applications::Sysinfo::Base/Scheduled_task[Automation/Inventory]/ensure : change from absent to present failed: Failed to call

[Puppet Users] Error 400 on SERVER: Permission denied.

2017-05-17 Thread Sandy
Note - a puppet newbie here - any help is much appreciated :-) We are getting a "Failed to generate additional resources using 'eval_generate': Error 400 on SERVER: Permission denied" whenever a file being accessed/referenced via the file resource (directive) "recurse = remote" function is not wor