search for: app_nod

Displaying 3 results from an estimated 3 matches for "app_nod".

Did you mean: app_node
2009 Nov 17
2
Just what is puppet doing here?
...: Installed: tf-starterkit-tfel0-1.0-1.tf.noarch Nov 17 00:02:01 gumby puppetd[720]: (//Node[gumby.fr.xxx.com]/Starterkit::Setup[tfel0]/Package[tf-starterkit-tfel0]/ensure) created Nov 17 00:02:07 gumby yum: Installed: tf-jboss-server-4.2.3.GA-1.tf.noarch Nov 17 00:02:07 gumby puppetd[720]: (//Node[app_node]/jboss::server/Package[tf-jboss-server]/ensure) created Nov 17 00:02:07 gumby puppetd[720]: (//Node[app_node]/jboss::server/File[/opt/jboss/current]) Recursively backing up to filebucket Nov 17 00:02:43 gumby puppetd[720]: (//Node[app_node]/jboss::server/File[/opt/jboss/current]) Filebucketed /opt...
2009 Dec 04
0
Could not find dependency Class
...et/manifests/site.pp: import "definitions/*.pp" import "modules/*.pp" import "nodes/*.pp" File /etc/puppet/manifests/modules/modules.pp: import "java" import "jboss" import "tomcat" File /etc/puppet/modules/tomcat/manifests/base.pp: node app_node inherits fremont_node { include jboss::server include tomcat::server } File /etc/puppet/manifests/nodes/fr,xxx,com: node ''pokey.fr.xxx.com'' inherits app_node { include elements::base include starterkit::base } File /etc/puppet/modules/tomcat/manifests/init.pp: d...
2009 Dec 13
13
Inherited Client and Server Apps
So, I''ve been doing something like this for applications that have a client and server component... node base_node { include syslog_ng::client }} node app_node inherits base_node { } node syslog_server inherits base_node { include syslog_ng::server } ... because I want the client portion, syslog-ng in this case to be installed on everything. However, the server node also has a server running. When you do this, puppet complains because on the syslog_s...