[Puppet Users] Re: Getting " ArgumentError: Invalid resource" Error?

2013-01-09 Thread lalit jangra
Init.pp as below. # Class: alfresco # # This module manages alfresco # # Parameters: # # Actions: # # Requires: # # Sample Usage: # # [Remember: No empty lines between comments and class definition] class alfresco( $user = "alfresco", $database_name = "alfresco", $database_driver =

[Puppet Users] Getting " ArgumentError: Invalid resource" Error?

2013-01-09 Thread lalit jangra
Hi, I am trying to install puppet-alfresco module as @ https://github.com/jurgenlust/puppet-alfresco. I have updated site.pp at master node as below. #For alfresco module node 'domU-12-31-39-06-3E-24.compute-1.internal'{ include tomcat include postgres include alfresco } Now i am trying to ins

[Puppet Users] How to install a module from master to agent node?

2013-01-08 Thread lalit jangra
Hi, I have a module which i have deployed under /opt/puppet/modules folder & i want to deploy it to agent node. I tried using "puppet agent -t" but module was not installed. Can anybody help me on how to install a module from master to agent node? Regards. -- You received this message becaus

Re: [Puppet Users] How can i pass runtime parameters while installing .bin file in puppet?

2013-01-07 Thread lalit jangra
Thanks a lot Garrett, When i am installing alfresco using ./alfresco-installaer.bin, i am being asked about a number of options on command line such as below: 1. Do you want to install java?[y/n] 2.Do you want to install postgres?[y/n] 3... so on. I want to provide all these kinds of inputs usin

[Puppet Users] How can i pass runtime parameters while installing .bin file in puppet?

2013-01-06 Thread lalit jangra
Hi, I have alfresco .bin installer file for linux distribution which i want to automate using puppet. While installing alfresco on linux ,usually i need to provide a number of parameters such as java_home, db home, alfresco home or tomcat port etc. Now i want to install same .bin installer usi

Re: [Puppet Users] How to clone alfresco on puppet agents?

2013-01-05 Thread lalit jangra
Thanks, Indeed alfresco can not be told as a package as it contains a number of installations in a tar ball or .bin file. Also i could not find any package named alfresco using puppet resource package | grep alfresco command. So do i have to create my own custom puppet scripts? If so, can anyb

[Puppet Users] How to clone alfresco on puppet agents?

2013-01-04 Thread lalit jangra
Hi, I have alfresco installed on my puppet master & try to clone it using puppet console to puppet agent nodes but under 'live management' link, i can not see any of package/group/user/host resources named similar to alfresco even though i can see postgres package resource but no java/alfresco

[Puppet Users] Re: err: Signing certificate error: Could not render to pson: getaddrinfo: Name or service not known

2012-12-27 Thread lalit jangra
Hi, Even when i am trying to connect to master using below command, even then its same error. puppet agent --server ip-10-224-122-211.ec2.internal --waitforcert 60 --test info: Retrieving plugin err: /File[/var/opt/lib/pe-puppet/lib]: Failed to generate additional resources using 'eval_generat

[Puppet Users] err: Signing certificate error: Could not render to pson: getaddrinfo: Name or service not known

2012-12-27 Thread lalit jangra
Hi, I am trying to bootstrap a new agent from my master node as below. puppet node_aws bootstrap \ --region us-east-1 \ --image ami-cc5af9a5 \ --login root \ --keyfile /root/.ssh/private.pem \ --install-script=puppet-enterprise \ --installer-payload=/usr/local/puppet/puppet-2.7.0.tar.gz \ --inst

[Puppet Users] Re: Not able to install puppet enterprise onn agent node using install command.

2012-12-26 Thread lalit jangra
Any help? -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To view this discussion on the web visit https://groups.google.com/d/msg/puppet-users/-/Xf1RsG6AFgUJ. To post to this group, send email to puppet-users@googlegroups.com. To unsubscribe f

[Puppet Users] Re: Not able to install puppet enterprise onn agent node using install command.

2012-12-25 Thread lalit jangra
Any Help? -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To view this discussion on the web visit https://groups.google.com/d/msg/puppet-users/-/0H_inZHA98wJ. To post to this group, send email to puppet-users@googlegroups.com. To unsubscribe f

[Puppet Users] Not able to install puppet enterprise onn agent node using install command.

2012-12-24 Thread lalit jangra
Hi, I have created an agent node from a master node using below command. puppet node_aws create --image ami-cc5af9a5 --keyname icos-client --type ti.micro Now as i am trying to install puppet on it using below command puppet node install \ --install-script=puppet- enterprise \ --installer-payl

[Puppet Users] Not able to install puppet on agent node?

2012-12-24 Thread lalit jangra
Hi, I have created an agent node from a master node using below command. puppet node_aws create --image ami-cc5af9a5 --keyname icos-client --type ti.micro Now as i am trying to install puppet on it using below command puppet node install \ --install-script=puppet-enterprise \ --installer-paylo

Re: [Puppet Users] Puppet console not accessible after installation.

2012-12-18 Thread lalit jangra
Thanks a lot Justin, So silly of me to let this small thing escape out of sight. Its working now. Also can you help how can i start/stop puppet? Regards. -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To view this discussion on the web visit

Re: [Puppet Users] Puppet console not accessible after installation.

2012-12-18 Thread lalit jangra
Thanks a lot Justin, So silly of me to let this small thing escape out of sight. Its working now. Also can you help how can i start/stop puppet? Regards. On Wednesday, December 19, 2012 11:38:57 AM UTC+5:30, Justin Stoller wrote: > > > > > On Tue, Dec 18, 2012 at 9:03 P

[Puppet Users] Puppet console not accessible after installation.

2012-12-18 Thread lalit jangra
Hi, I have an amazon ec2 instance where i have installed puppet from http://info.puppetlabs.com/download-pe.html. Installation is successful without any issue as per http://docs.puppetlabs.com/pe/2.7/install_basic.html. After successful installation, i can see following information on putty co

[Puppet Users] Puppet Master Console not accessibel on EC2 instance.

2012-12-18 Thread lalit jangra
Hi, I have an RHEL based EC2 instance where i have downloaded puppet 2.7 using http://info.puppetlabs.com/download-pe.html. Now i have followed instructions from http://docs.puppetlabs.com/pe/2.7/install_basic.html to install it using answer.txt file & i could see no error while installing. Af