[Puppet Users] Is there a puppet module for tomcat and apache

2012-09-05 Thread JGonza1
Is there a puppet module for tomcat and another one for apache? -- 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/-/mQ_MgkwB0z0J. To post to this group, send em

[Puppet Users] How can you copy directories from puppet master to the puppet client?

2012-09-11 Thread JGonza1
Is there a way to copy directories and the subdirectories under the parent directory with puppet master to puppet client? How would I do that? -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To view this discussion on the web visit https://gr

[Puppet Users] Re: How can you copy directories from puppet master to the puppet client?

2012-09-11 Thread JGonza1
true, owner => "root", group => "root", mode => 755, } On Tuesday, September 11, 2012 1:04:30 PM UTC-7, JGonza1 wrote: > Is there a way to copy directories and the subdirectories under the parent > directory with puppet master to puppet client? How

[Puppet Users] Re: How can you copy directories from puppet master to the puppet client?

2012-09-11 Thread JGonza1
root 146074 Sep 11 14:26 CCR.xsl drwxr-xr-x. 4 root root 4096 Sep 11 14:26 cdar2c32 drwxr-xr-x. 2 root root 4096 Sep 11 14:26 dev Please help what am I missing? On Tuesday, September 11, 2012 1:04:30 PM UTC-7, JGonza1 wrote: > Is there a way to copy directories and the subdirectories un

[Puppet Users] Re: How can you copy directories from puppet master to the puppet client?

2012-09-11 Thread JGonza1
hrweb": ensure => "directory", source => "puppet:///websharedlibs/ehrweb", recurse => "remote", owner => "root", group => "root", mode => 755, } } On Tuesday, September 11, 2012

[Puppet Users] Re: How can you copy directories from puppet master to the puppet client?

2012-09-11 Thread JGonza1
The only problem is it just keeps on looping around and never stops coping. On Tuesday, September 11, 2012 1:04:30 PM UTC-7, JGonza1 wrote: > Is there a way to copy directories and the subdirectories under the parent > directory with puppet master to puppet client? How would I d

[Puppet Users] I am trying to copy over a authorized_key file over to all the servers using puppet but it doe snot see to work. can any one help?

2012-09-13 Thread JGonza1
This is how my init.pp files looks below and I get this error err: Could not retrieve catalog from remote server: Error 400 on SERVER: Could not find class sshkey for ct-eng-pats02-devint.caretools.ent at /etc/puppet/manifests/nodes/pats02.pp:22 on node ct-eng-pats02-devint.caretools.ent warnin

[Puppet Users] Re: I am trying to copy over a authorized_key file over to all the servers using puppet but it doe snot see to work. can any one help?

2012-09-13 Thread JGonza1
e physjava include weblib include physbasecat include patscommsvcpts include patslinks include patskey include webapps include sharedfiles include patscache include setclassfile include sshkey } On Thursday, September 13, 2012 5:23:50 PM UTC-7, JGo

[Puppet Users] Answer a question after a command has been run in a init.pp in a module.

2012-10-09 Thread JGonza1
I have the command below in a init.pp file that I run to startup splunk for the first time but it outputs the license agreement which requires to input a y or n. Is there a way to input a y after the lincese agreement? exec { "start": command => "/opt/splunkforwarder/bin/splunk start",

[Puppet Users] new puppet client not updating

2012-11-13 Thread JGonza1
Added new clients that are behind a firewall and none of them are updating with the configurations from the puppet master. I get the message below from the client when I run command puppet agent --server ct-eng-pup.caretools.ent --test. What ports need to be opened for client to talk to puppet

[Puppet Users] Re: new puppet client not updating

2012-11-14 Thread JGonza1
9 PM UTC-8, JGonza1 wrote: > Added new clients that are behind a firewall and none of them are updating > with the configurations from the puppet master. I get the message below > from the client when I run command puppet agent --server > ct-eng-pup.caretools.ent --test. What ports

[Puppet Users] Re: new puppet client not updating

2012-11-15 Thread JGonza1
4 > localhost4.localdomain4 > ::1 localhost localhost.localdomain localhost6 > localhost6.localdomain6 > # Puppet server > 10.23.40.78 ct-eng-pup.caretools.ent > # > > On Wednesday, November 14, 2012 9:38:05 PM UTC-6, JGonza1 wrote: >> >> The new serv

[Puppet Users] Re: new puppet client not updating

2012-11-15 Thread JGonza1
-pntp02.kareoprod.ent.pem -rw-r-. 1 puppet puppet 1939 Nov 11 23:52 pdlnx-pntp02.kareoprod.ent.pem # On Tuesday, November 13, 2012 12:46:09 PM UTC-8, JGonza1 wrote: > Added new clients that are behind a firewall and none of them are updating > with the configurations from the puppet mas

[Puppet Users] Trying to use a facter information in manifest.

2012-12-27 Thread JGonza1
I am trying to use information that facter gathers on the agent server in the manifest. I am trying to use "domain => dev.com" depending on what domain is I deploy the file. I ran the manifest and it did not give me an error but it did not fdeploy the file. My code is below. In my files directo

[Puppet Users] I moved my modules and manifest directory in puppet master.

2013-03-04 Thread JGonza1
I also made the changes below in the puppet.conf file to tell puppet where to look for the the modules and manifests. I then restart the puppet master then ran puppet command to apply changes to a puppet client it did not find anything to change just got these three lines "info: Caching catalog

[Puppet Users] Re: I moved my modules and manifest directory in puppet master.

2013-03-04 Thread JGonza1
[root@pdlnx-adpt03 ~]# ll /etc/puppet total 8 -rw-r--r--. 1 root root 2552 Nov 12 13:52 auth.conf drwxrwx--x. 7 root root 4096 Nov 12 13:58 ssl On Monday, March 4, 2013 12:49:31 PM UTC-8, JGonza1 wrote: > I also made the changes below in the puppet.conf file to tell puppet where > to look f

[Puppet Users] Re: I moved my modules and manifest directory in puppet master.

2013-03-04 Thread JGonza1
/modules:/usr/share/puppet/modules [root@ct-eng-pup etc]# On Monday, March 4, 2013 12:49:31 PM UTC-8, JGonza1 wrote: > I also made the changes below in the puppet.conf file to tell puppet where > to look for the the modules and manifests. I then restart the puppet master > then ran puppet

[Puppet Users] Re: I moved my modules and manifest directory in puppet master.

2013-03-04 Thread JGonza1
nt. [root]# puppet agent --server ct-eng-pup.caretools.ent --test --noop info: Caching catalog for pdlnx-adpt03.kareoprod.ent info: Applying configuration version '1362437517' notice: Finished catalog run in 0.33 seconds [root]# On Monday, March 4, 2013 12:49:31 PM UTC-8, JGonza1 wrote: > I also m

[Puppet Users] Re: I moved my modules and manifest directory in puppet master.

2013-03-04 Thread JGonza1
30 ?00:00:05 /usr/bin/ruby /usr/bin/puppet master [root@ct-eng-pup puppet]# puppet agent --configprint modulepath /etc/puppet/modules:/usr/share/puppet/modules On Monday, March 4, 2013 12:49:31 PM UTC-8, JGonza1 wrote: > I also made the changes below in the puppet.conf file to tell