Re: [Puppet Users] puppet web serve is not working

2014-10-12 Thread Irfan Sayed
thanks for the reply. you mean to say that , puppet does not have web server ?? actually, i have referred the docs : https://docs.puppetlabs.com/guides/passenger.html i have followed all the steps and at last , there are two commands : $ sudo chkconfig puppetmaster off $ sudo chkconfig httpd o

Re: [Puppet Users] puppet web serve is not working

2014-10-12 Thread Stefan Goethals
Hi, Puppet does have a 'web server' but it does not offer a user interface. There is nothing for a 'human' to see at the address of the master. Only Puppet agents are supposed to talk to it. To recap : There is nothing for a user to see... Try a puppet run using # puppet agent -t --server **

Re: [Puppet Users] Re: Error: Could not retrieve local facts: undefined method `split' for [1, 2, 3, 4, 5]:Array

2014-10-12 Thread Spriya
Thank you flex for your suggestions -- 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

Re: [Puppet Users] puppet module for checking CVE's

2014-10-12 Thread Felix Frank
On 10/11/2014 02:22 AM, Garrett Honeycutt wrote: > We could check if a file exists in a directory and if so, skip the fact. > > Suggest using /usr/local/etc/cve/ > > What do you think? Sure, some thing in the file system. I suggest to not hard code locations. This should be a parameter. Cheers,

Re: [Puppet Users] Install error

2014-10-12 Thread Felix Frank
On 10/11/2014 12:43 PM, Adriano Ferreira wrote: > > > I have chabged the location file ãnd now I get the error on the picture. Please be more careful. Somehow your mails end up three times on the list. The error "cannot generate tempfile" usually means that the target directory does not exist. -

Re: [Puppet Users] Looking to Learn - mjhas::postfix

2014-10-12 Thread Tony Thayer
It will actually only return the part of the host name before the first period. $::fqdn will return the full host name. -- 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 e

Re: [Puppet Users] puppetdb export - WTF?!

2014-10-12 Thread JonY
I pulled the plug on it after > 48 hours. The file is 14Mb at this point. I may start the Postgres server and try the export again. Perhaps if puppetdb isn't running this will be more efficient. On Friday, October 10, 2014 6:13:04 PM UTC-7, Wyatt Alt wrote: > > Hey Jon, > > Thanks for the upda

Re: [Puppet Users] augeas, sshd and multiple onlyif requirements

2014-10-12 Thread Chris
On 10/10/14 16:29, John Warburton wrote: On 10 October 2014 13:34, Chris mailto:dmag...@gmail.com>> wrote: Any help, suggestions, alternatives would be greatly appreciated. Stop using Augeas and start using templates I didn't want to

Re: [Puppet Users] puppet web serve is not working

2014-10-12 Thread Irfan Sayed
thanks all. will do that will come back if i got stuck regards irfan On Sunday, October 12, 2014 9:49:16 PM UTC+5:30, Stefan Goethals wrote: > > Hi, > > Puppet does have a 'web server' but it does not offer a user interface. > There is nothing for a 'human' to see at the address of the master.