[Puppet Users] Re: Puppet daemon not running

2016-04-25 Thread Balasubramaniam Natarajan
I guess I figured out, the "run" directory inside the /var should be a soft link to /run. Then it works normally. On Mon, Apr 25, 2016 at 7:03 PM, Balasubramaniam Natarajan < bala150...@gmail.com> wrote: > I have installed stock puppet (3.7.2) on Debian 8 and my puppet i

[Puppet Users] Puppet daemon not running

2016-04-25 Thread Balasubramaniam Natarajan
@myServer:~# ls -ltrhd /run/puppet* drwxr-xr-x 2 puppet puppet 40 Apr 8 05:01 /run/puppet *root@myServer:~# ls -ltrhd /var/run/puppet/* drwxr-xr-x 2 puppet puppet 4.0K Apr 25 09:28 /var/run/puppet/ root@myServer:~# -- Regards, Balasubramaniam Natarajan http://bullet-bala.blogspot.in/ <h

Re: [Puppet Users] Query with use of recurse

2014-09-03 Thread Balasubramaniam Natarajan
': ensure= directory, source = puppet:///files/home/bala/, sourceselect = all, recurse = true, mode = 755, } -- Regards, Balasubramaniam Natarajan http://blog.etutorshop.com -- You received this message because you are subscribed to the Google Groups Puppet Users group

[Puppet Users] Query with use of recurse

2014-09-02 Thread Balasubramaniam Natarajan
, recurse = true, } [2] file {'/home/bala': ensure= directory, source = puppet:///files/home/bala/, sourceselect = all, recurse = true, } -- Regards, Balasubramaniam Natarajan http://blog.etutorshop.com -- You received this message because you are subscribed

[Puppet Users] Tidy on puppet 2.7.18 not working

2013-06-12 Thread Balasubramaniam Natarajan
old -rw-r- 1 puppet puppet 68K Jun 12 07:34 201306121134.yaml -rw-r- 1 puppet puppet 68K Jun 12 08:21 201306121221.yaml root@WheezyMaster:/var/lib/puppet/reports# -- Regards, Balasubramaniam Natarajan www.blog.etutorshop.com -- You received this message because you are subscribed

[Puppet Users] vim-puppet syntax highlight

2013-05-16 Thread Balasubramaniam Natarajan
bala@WheezyMaster:~$ Could you please tell me where am I going wrong ? -- Regards, Balasubramaniam Natarajan www.blog.etutorshop.com -- 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

Re: [Puppet Users] vim-puppet syntax highlight

2013-05-16 Thread Balasubramaniam Natarajan
On Thu, May 16, 2013 at 11:13 AM, Keith Burdis ke...@burdis.org wrote: Perhaps try: $ echo 'syntax on' ~/.vimrc - Keith Thanks now it works with either one of 'syntax on' or 'syntax enable' -- Regards, Balasubramaniam Natarajan www.blog.etutorshop.com -- You received this message

Re: [Puppet Users] Puppet agent hostname/domain change

2013-05-13 Thread Balasubramaniam Natarajan
On Wednesday, 18 April 2012 08:35:43 UTC-4, Ygor wrote: Been there, done that, got a link for you: http://infrastructure.fedoraproject.org/infra/docs/infra-hostrename.txt Basically, clean out the certificate info on the client/agent, clear the old info from the master, and then

[Puppet Users] Cron job based on gateway

2013-01-29 Thread Balasubramaniam Natarajan
, Balasubramaniam Natarajan www.blog.etutorshop.com -- 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 post to this group

[Puppet Users] Re: Error on building basic agent-master

2013-01-03 Thread Balasubramaniam Natarajan
I found a work around for the same, I reverted to the earliest snapshot which I took when I imported the learning puppet VM and set the date to current date and time for making the SSL certificate valid. Then is started to work. On Wed, Jan 2, 2013 at 5:37 AM, Balasubramaniam Natarajan bala150

[Puppet Users] Re: Error on building basic agent-master

2013-01-02 Thread Balasubramaniam Natarajan
, Balasubramaniam Natarajan bala150...@gmail.com wrote: I am following the steps given here to create the basic agent-master, when I am ending up with the following error. http://docs.puppetlabs.com/learning/agent_master_basic.html [root@agent1 ~]# puppet agent -t info: Retrieving plugin

[Puppet Users] Error on building basic agent-master

2012-12-31 Thread Balasubramaniam Natarajan
: Could not retrieve catalog; skipping run [root@agent1 ~]# Advance happy new year to every one. -- Regards, Balasubramaniam Natarajan www.blog.etutorshop.com -- You received this message because you are subscribed to the Google Groups Puppet Users group. To post to this group, send email

Re: [Puppet Users] Is new puppet node compatible with old puppetmaster ?

2012-12-03 Thread Balasubramaniam Natarajan
bernd.adamow...@esailors.de wrote: No. Never have a higher version of Puppet on your agents than on your master. Bernd From: puppet-users@googlegroups.com [mailto: puppet-users@googlegroups.com] On Behalf Of Balasubramaniam Natarajan Sent: Donnerstag, 29. November 2012 16

[Puppet Users] Is new puppet node compatible with old puppetmaster ?

2012-11-29 Thread Balasubramaniam Natarajan
Hi Could someone please let me know if newer puppet node version 2.7.xx would work with old puppet master running version 2.6 ? -- Regards, Balasubramaniam Natarajan www.blog.etutorshop.com -- You received this message because you are subscribed to the Google Groups Puppet Users group

[Puppet Users] Need more information

2012-09-17 Thread Balasubramaniam Natarajan
://docs.puppetlabs.com/learning/variables.html#fn:dynamicthis means you can almost always refer to global variables with just their short names. -- Regards, Balasubramaniam Natarajan www.etutorshop.com/moodle/ -- You received this message because you are subscribed to the Google Groups Puppet Users group. To post

[Puppet Users] Need to restart puppetmaster a lot

2012-09-17 Thread Balasubramaniam Natarajan
the corrected manifest never gets applied I have to reboot the puppetmaster machine before it would work. I tried to restart /etc/init.d/puppetmaster as well, still no effect, Please let me know what is the fix for this ? # puppet -V 2.7.11 -- Regards, Balasubramaniam Natarajan www.etutorshop.com

[Puppet Users] Re: puppet hangs

2012-09-08 Thread Balasubramaniam Natarajan
On Sat, Sep 8, 2012 at 3:25 AM, Balasubramaniam Natarajan bala150...@gmail.com wrote: Hi I am a newbie to puppet and I am going through the documents at http://docs.puppetlabs.com/learning/manifests.html; the exercise were working normally then suddenly puppet hangs when I tried

[Puppet Users] Re: puppet hangs

2012-09-08 Thread Balasubramaniam Natarajan
On Sun, Sep 9, 2012 at 5:46 AM, Balasubramaniam Natarajan bala150...@gmail.com wrote: This has occurred once again, When I tried to # puppet apply break_ssh.pp the puppet terminal just hangs and it does not complete the job please at least point me where I have to start looking for answers

[Puppet Users] Re: puppet hangs

2012-09-08 Thread Balasubramaniam Natarajan
On Sun, Sep 9, 2012 at 5:59 AM, Balasubramaniam Natarajan bala150...@gmail.com wrote: On Sun, Sep 9, 2012 at 5:46 AM, Balasubramaniam Natarajan bala150...@gmail.com wrote: This has occurred once again, When I tried to # puppet apply break_ssh.pp the puppet terminal just hangs

[Puppet Users] puppet hangs

2012-09-07 Thread Balasubramaniam Natarajan
/puppet/application.rb:309:in `run' /usr/lib/ruby/1.8/puppet/util/command_line.rb:69:in `execute' /usr/bin/puppet:4 [2012-09-08 03:00:07] INFO going to shutdown ... [2012-09-08 03:00:07] INFO WEBrick::HTTPServer#start done. root@nscbose:/var/log/puppet# -- Regards, Balasubramaniam Natarajan

[Puppet Users] Re: puppet hangs

2012-09-07 Thread Balasubramaniam Natarajan
On Sat, Sep 8, 2012 at 3:25 AM, Balasubramaniam Natarajan bala150...@gmail.com wrote: Hi I am a newbie to puppet and I am going through the documents at http://docs.puppetlabs.com/learning/manifests.html; the exercise were working normally then suddenly puppet hangs when I tried to apply