On 29 Feb 2016, at 17:25, [email protected] wrote: > Hi Martin, > > Thanks for your response. I have added some code to site.pp and i have > applied it.
I suppose you have done the following: puppet apply /<path>/site.pp Puppet apply does not need a Puppet server process. It applies the content of the given file locally. Puppet apply directly shows you whether the code was successful and which chafes have been done. > > Please let me know where can i see in master whether the changes applied > successfully or not. If you want to see something on the master you have to run the puppet agent command. Maybe you want to start with the learning Puppet website (http:((learn.puppetlabs.com) to get an understanding of Puppet functionality, components and workflow. Best, Martin > > puppet directory is empty in my environment. > > > Thanks, > > > On Monday, February 29, 2016 at 11:09:49 AM UTC-5, Martin Alfke wrote: > > On 29 Feb 2016, at 16:17, [email protected] wrote: > > > I have installed puppet 4.3 in Centos 7. > > > > I have checked /var/log/puppetlbas. Not sure which file to check to see > > configuration success or not. > > > > r10k > This directory has the logs of the code deployment tool > > > puppet > This is where you find the logs from puppet agent > > > activemq > Here you find the logs of mcollective orchestrator > > > mcollective-audit.log > > puppetserver > Here you find the logs of the puppet server process > > > orchestration-services > This is for the new PE only orchestrator > > > console-services > This is for the logs of the web based node classification tool > > > installer > As the name mentions: logs from the installer > > > nginx > The puppet server also has a nginx in front. > > > pxp-agent > This is for the new “direct puppet” daemon which is used by the new > orchestrator > > > mcollective-metadata-cron.log > > postgresql > PuppetDB is a REST to PGSQL interface and has its logs here > > > mcollective.log > > puppetdb > This is where puppetdb stores its logs. > > > > > > > Thanks, > > Chaitanya > > > > On Monday, February 29, 2016 at 10:12:01 AM UTC-5, Martin Alfke wrote: > > Hi, > > > > On 29 Feb 2016, at 15:59, [email protected] wrote: > > > > > Hi All, > > > > > > I have install puppet enterprise 4.3 version. May I know where can i see > > > log files. > > > > PE 2015.3.x or FOSS Puppet 4.3? > > > > > > i have checked /var/log/messages it is not updating. > > > > Logs should be in /var/log/puppetlabs/ > > > > Best, > > Martin > > > > > > > > thanks, > > > > > > -- > > > 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 [email protected]. > > > To view this discussion on the web visit > > > https://groups.google.com/d/msgid/puppet-users/47679568-1bfe-4cd5-8c88-b4b8a08b34d4%40googlegroups.com. > > > > > > For more options, visit https://groups.google.com/d/optout. > > > > > > -- > > 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 [email protected]. > > To view this discussion on the web visit > > https://groups.google.com/d/msgid/puppet-users/b2e9b620-c938-4fd0-8bb5-f7bfd847dfdc%40googlegroups.com. > > > > For more options, visit https://groups.google.com/d/optout. > > > -- > 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 [email protected]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/puppet-users/3e41cbbc-c1d0-4acc-af0a-47960f59480c%40googlegroups.com. > For more options, visit https://groups.google.com/d/optout. -- 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 [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/puppet-users/7228AFD3-2779-409D-A8D4-75A8BCB27278%40gmail.com. For more options, visit https://groups.google.com/d/optout.
