Re: [Puppet Users] Re: puppet exported resources are not being realized

2013-02-08 Thread ashrith
Sorry for the confusion, you are right Gary its <<| |>> (for collecting exported resources). But for some reason its still not collecting the resource. Is there any way to force puppet to collect the exported resource? Thanks, Ashrith. On Friday, February 8, 2013 11:29:40 AM

[Puppet Users] Re: puppet exported resources are not being realized

2013-02-08 Thread ashrith
joe wrote: > > I think your collector syntax is off. Try this: > > File <| tag == 'tmp-file' |> (note the fewer | characters) > > That should probably be a syntax error... > > On Friday, February 8, 2013 10:25:37 AM UTC-7, ashrith wrote: >> >>

[Puppet Users] puppet exported resources are not being realized

2013-02-08 Thread ashrith
I am trying to export store config's using puppetdb as follows: node test { @@file { "/tmp/test": content => "test file", tag => "tmp-file", } } node test2 { File <|| tag == 'tmp-file' ||> } And, then when I run puppet on node test the resource is being exported and can be veri

[Puppet Users] How to acgieve Inter-Node Dependencies with Puppet?

2012-07-25 Thread ashrith
x27;s). Is this kind of dependencies supported by Puppet? If so can some one explain me how? Any help is appreciated. Thanks, Ashrith. -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To view this discussion on the web visit https:/

[Puppet Users] Re: puppet with stored configurations mysql connection error

2012-07-06 Thread ashrith
Thanks for the reply Derek, but I have already disabled SELINUX as well as iptables!. So that wasn't clearly the problem here. On Friday, July 6, 2012 9:53:14 AM UTC-7, Derek Higgins wrote: > > Hi, >selinux may be preventing puppetmaster from talking to mysql, try > > setenforce 0 > > also if

[Puppet Users] puppet with stored configurations mysql connection error

2012-07-05 Thread ashrith
I am testing out the store configurations on my puppet master, packages installed: - puppet - puppet-master - rubygems - ruby-mysql - ruby-devel - mysql-server - mysql - mysql-devel *Configuration Files:* *Puppet.conf* [main] logdir = /var/log/puppet rundir =