[Puppet Users] Module ordering in nodes.pp

2014-01-26 Thread Sam Rajagopal
I have nodes.pp defined as follows node "abc.x.com", "123.x.com" { include module1 include module2 include module3 } Very simple definition. No parameterization, no scoping etc When I run "puppet agent -t" on the agent, I see the execution jumping to module 3 after module 1. Not sure how I ca

[Puppet Users] unable to execute an installation (create instance) command - vfabric tcserver

2014-01-17 Thread Sam Rajagopal
I have the exec resource defined as follows, to be able to install tcserver using a command line, inside of my init.pp. For some reason, it is not able to execute the install command, when I run puppet agent -t on the agent exec { "tomcat-conf": path => '/opt/vmware/vfabric-tc-

[Puppet Users] auth.conf/puppet.conf sample files for master and agent

2013-11-12 Thread Sam Rajagopal
Trying to implement puppet in a brand new environment. Both master and agent are running RHEL 6.3 (Santiago). Master version = 3.3.1 Agent version = 2.6.18 Appreciate if some one can provide me with sample auth.conf and puppet.conf files for both the master and the agent. No DNS entries. Only /e