[Puppet Users] Could not find default node or by name

2010-08-16 Thread bmort
I have this working on 2 other machines. Would you help me determine what I've overlooked? Version [b...@free30 manifests]# puppet -V 0.25.5 The command and error: [b...@free30 etc]$ sudo puppet -v /etc/puppet/manifests/site.pp -- debug debug: importing '/etc/puppet/manifests/modules.pp' debug:

[Puppet Users] Could not find resource type ...

2010-07-29 Thread bmort
Let me start by saying, I am a puppet rookie. I am trying to get a passenger module working and receive the following messages. I am trying to figure understand where the 'resource type ' should be? Or, defined? Is it another module that I should included under puppet/modules ? the message: __

[Puppet Users] Design, syntax question for passing values from node.pp

2010-07-23 Thread bmort
Is it possible to define variable at this level. I need to pass the monit config file name ( sometimes its monitrc sometimes in not ). Here is what I have. # /etc/puppet/manifests/nodes.pp node basenode { include postgresql include monit include wiki include apace } node 'freebeero

[Puppet Users] Re: Monit module that supports both monitrc and monit.conf

2010-07-22 Thread bmort
On Jul 22, 4:20 am, Daniel Maher wrote: > On 07/21/2010 09:59 PM, bmort wrote: > > > Does anyone know of or have a module ( they are willing to share ) > > that supports both monitrc and monit.conf. > > Is there a functional / syntactical difference between monit.conf an

[Puppet Users] Monit module that supports both monitrc and monit.conf

2010-07-21 Thread bmort
Does anyone know of or have a module ( they are willing to share ) that supports both monitrc and monit.conf. Thank in advance. -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to puppet-us...@googlegroups.c

[Puppet Users] vcsrepo - example file location.

2010-07-14 Thread bmort
where do the example files go? /etc/puppet/modules/vcsrepo/examples/svn -rw-r--r-- 1 root root 78 2010-07-13 14:58 server.pp -rw-r--r-- 1 root root 181 2010-07-13 14:58 checkout.pp is an init.pp needed? -- You received this message because you are subscribed to the Google Groups "Puppet

[Puppet Users] Re: vcsrepo type, svn, & ensure => latest

2010-07-14 Thread bmort
Micheal, What directory and what file name did you put your test mainifest in? On Jul 13, 2:12 am, Michael Knox wrote: > Hi all, > We have some data in SVN repos and I'd like puppet to ensure that a) the > latest copy is checked out, and b) reload a service if it is updated. > So I've configur

[Puppet Users] Re: puppet capistrano and repository

2010-07-13 Thread bmort
Hmmm ... looks like vcsrepo might be the hook I am looking for Here is a current puppet users thread discussion: http://groups.google.com/group/puppet-users/browse_thread/thread/954f3bb356e9a468 On Jul 13, 9:02 am, bmort wrote: > Good stuff thanks all. All of the responses have got

[Puppet Users] Re: puppet capistrano and repository

2010-07-13 Thread bmort
Good stuff thanks all. All of the responses have got me thinking. Sorry for any confusion about the starting of the puppet client. Whenever I feel like is the goal. Process goal: - change a monit, apache, odbc, passenger, mongrel config - check that change(s) into svn for that server(s) - start p

[Puppet Users] puppet capistrano and repository

2010-07-12 Thread bmort
Whew I am struggling on a puppet architecture design learning curve. I believe if i could find a good 'stand alone' example, it would clarify a lot of the questions I have and it would help me set up a test machine. I hoping to find an example of a stand alone that has a process flow simila