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 a manifest

root@nscbose:/home/bala/puppet# puppet -V
2.7.11
root@nscbose:/home/bala/puppet# cat /etc/debian_version
wheezy/sid
root@nscbose:/home/bala/puppet# ps aux | grep -i puppet
puppet    4938  3.7  4.9  37764 25288 ?        Ssl  03:01   0:40
/usr/bin/ruby1.8 /usr/bin/puppet master --masterport=8140
root      4945  4.1  3.8  31396 19508 pts/0    Sl+  03:03   0:37
/usr/bin/ruby1.8 /usr/bin/puppet apply 3.file.pp
root      5020  0.0  0.1   4364   848 pts/1    S+   03:19   0:00 grep
--color=auto -i puppet
root@nscbose:/home/bala/puppet# cat 3.file.pp
notify {'bignotify':
    message    =>    "This is a very big message and will messup the
            formating of the code, so be wary of using such
            big message, I hope this is very clear for you
            don't ever make such a mistake again
            Notify['title'] syntax"
}
root@nscbose:/home/bala/puppet# puppet apply 3.file.pp
root@nscbose:/var/log/puppet# tail masterhttp.log
    /usr/lib/ruby/1.8/puppet/application/master.rb:144:in `run_command'
    /usr/lib/ruby/1.8/puppet/application.rb:309:in `run'
    /usr/lib/ruby/1.8/puppet/application.rb:413:in `hook'
    /usr/lib/ruby/1.8/puppet/application.rb:309:in `run'
    /usr/lib/ruby/1.8/puppet/application.rb:404:in `exit_on_fail'
    /usr/lib/ruby/1.8/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
www.etutorshop.com/moodle/

-- 
You received this message because you are subscribed to the Google Groups 
"Puppet Users" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/puppet-users?hl=en.

Reply via email to