[Puppet Users] confused about file ensure/require

2011-06-20 Thread Craig White
are located in /etc/puppet/modules/ntp/files - source = 'puppet://puppet:///ntp/files/${conf_file} is this correct? -- Craig White ~~ craig.wh...@ttiltd.com 1.800.869.6908 ~~~ www.ttiassessments.com Need help communicating between generations

Re: [Puppet Users] confused about file ensure/require

2011-06-20 Thread Craig White
On Jun 20, 2011, at 2:35 PM, Jacob Helwig wrote: On Mon, 20 Jun 2011 14:17:46 -0700, Craig White wrote: my base/default includes this ntp manifest # cat modules/ntp/manifests/ntp.pp # ntp.pp class ntp { case $operatingsystem { centos, redhat: { $service_name = 'ntpd

Re: [Puppet Users] confused about file ensure/require

2011-06-20 Thread Craig White
On Jun 20, 2011, at 3:37 PM, Jacob Helwig wrote: On Mon, 20 Jun 2011 15:11:09 -0700, Craig White wrote: Date: Mon, 20 Jun 2011 15:11:09 -0700 From: Craig White craig.wh...@ttiltd.com To: puppet-users@googlegroups.com Subject: Re: [Puppet Users] confused about file ensure/require X-Mailer

Re: [Puppet Users] confused about file ensure/require

2011-06-20 Thread Craig White
I don't know if it is or isn't being included but the -d -e were certainly useful bits... err: /Stage[main]/Ntp/File[ntp.conf]: Could not evaluate: Could not retrieve information from source(s) puppet:///modules/ntp/files/ntp.conf.debian at /etc/puppet/modules/ntp/manifests/ntp.pp:31 notice:

Re: [Puppet Users] confused about file ensure/require

2011-06-20 Thread Craig White
On Jun 20, 2011, at 3:54 PM, Ken Barber wrote: It does seem like its not being included :-) ... What does: echo # foo /etc/ntp.conf puppet apply -d -e 'include ntp' Do? OK - I simplified the chaining so now the ntp is indeed included with all puppet agent and puppetd actions.

Re: [Puppet Users] puppet dashboard

2011-06-17 Thread Craig White
On Jun 16, 2011, at 10:48 PM, Patrick wrote: On Jun 14, 2011, at 11:56 AM, Craig White wrote: I am using Ubuntu 10.04 and ruby-enterprise (not ubuntu ruby) and installed puppet via gem. How can I install puppet-dashboard if I don't see a gem available and if I use the ubuntu package

Re: [Puppet Users] puppet repository from puppetlabs

2011-06-16 Thread Craig White
at http://groups.google.com/group/puppet-users?hl=en. -- Craig White ~~ craig.wh...@ttiltd.com 1.800.869.6908 ~~~ www.ttiassessments.com Need help communicating between generations at work to achieve your desired success? Let us help

Re: [Puppet Users] puppet clients

2011-06-14 Thread Craig White
On Jun 13, 2011, at 5:02 PM, Nan Liu wrote: On Mon, Jun 13, 2011 at 4:19 PM, Craig White craig.wh...@ttiltd.com wrote: On Jun 13, 2011, at 3:10 PM, Nan Liu wrote: On Mon, Jun 13, 2011 at 1:57 PM, Craig White craig.wh...@ttiltd.com wrote: I've gone over the documentation several times now

Re: [Puppet Users] puppet clients

2011-06-14 Thread Craig White
On Jun 14, 2011, at 8:33 AM, Peter Bukowinski wrote: Try quoting your node names, e.g. node 'ubuntu2.ttinet' { trying to keep this as simple as possible just to get one client to work. # cat site.pp import templates import nodes # cat nodes.pp node 'ubuntu.ttinet' { include ntp.

Re: [Puppet Users] puppet clients

2011-06-14 Thread Craig White
On Jun 14, 2011, at 9:35 AM, R.I.Pienaar wrote: The error message says: err: Could not parse for environment production: Syntax error at '.'; expected '}' at /etc/puppet/manifests/nodes.pp:2 on node ubuntu2.ttinet and your file in question: # cat nodes.pp node 'ubuntu.ttinet' {

Re: [Puppet Users] puppet clients

2011-06-14 Thread Craig White
/result/?q=puppetsubmit=Go -- Nathan Clemons http://www.livemocha.com The worlds largest online language learning community On Tue, Jun 14, 2011 at 10:02 AM, Craig White craig.wh...@ttiltd.com wrote: On Jun 14, 2011, at 9:35 AM, R.I.Pienaar wrote: The error message says: err

[Puppet Users] puppet dashboard

2011-06-14 Thread Craig White
: Package libhttpclient-ruby1.8 is not installed. dpkg: error processing puppet-dashboard (--install): dependency problems - leaving unconfigured Processing triggers for ureadahead ... Errors were encountered while processing: puppet-dashboard build from source? Thanks -- Craig White

Re: [Puppet Users] puppet dashboard

2011-06-14 Thread Craig White
On Jun 14, 2011, at 12:00 PM, Nigel Kersten wrote: On Tue, Jun 14, 2011 at 11:56 AM, Craig White craig.wh...@ttiltd.com wrote: I am using Ubuntu 10.04 and ruby-enterprise (not ubuntu ruby) and installed puppet via gem. How can I install puppet-dashboard if I don't see a gem available

Re: [Puppet Users] early cert blues

2011-06-13 Thread Craig White
you connect from the client using the server ip address? Cheers, Den On 11/06/2011, at 8:43, Craig White craig.wh...@ttiltd.com wrote: On Jun 10, 2011, at 3:36 PM, Denmat wrote: openssl s_client -connection ubuntu.ttinet:8140 -connection was a problem but -connect is valid

[Puppet Users] puppet clients

2011-06-13 Thread Craig White
, enable = true, subscribe = File['ntp.conf'], } file { 'ntp.conf': path = '/etc/ntp.conf', ensure = file, require = Package['ntp'], source = puppet:///files/ntp/${conf_file}, } } # class {'ntp': } -- Craig White ~~ craig.wh...@ttiltd.com

Re: [Puppet Users] puppet clients

2011-06-13 Thread Craig White
On 14/06/2011, at 6:57, Craig White craig.wh...@ttiltd.com wrote: I've gone over the documentation several times now and I can't figure out how to 'apply' a manifest to a client. The client does have a signed certificate but the only thing in the /etc/puppet folder on the client is an ssl

Re: [Puppet Users] puppet clients

2011-06-13 Thread Craig White
On Jun 13, 2011, at 3:10 PM, Nan Liu wrote: On Mon, Jun 13, 2011 at 1:57 PM, Craig White craig.wh...@ttiltd.com wrote: I've gone over the documentation several times now and I can't figure out how to 'apply' a manifest to a client. The client does have a signed certificate but the only

[Puppet Users] early cert blues

2011-06-10 Thread Craig White
) target prot opt source destination So any clues? # gem list --local #snipping out irrelevant items *** LOCAL GEMS *** facter (1.5.9) puppet (2.6.8) -- Craig White ~~ craig.wh...@ttiltd.com 1.800.869.6908

Re: [Puppet Users] early cert blues

2011-06-10 Thread Craig White
: Master-Key: 6A304A3F50806FF50D13A18F6C5B66D3235F83D4D0F7D288449C39690AE5288C10057AABB6850B3AFD97404560B330CB Key-Arg : None Start Time: 1307745721 Timeout : 300 (sec) Verify return code: 19 (self signed certificate in certificate chain) --- -- Craig White

<    1   2   3