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
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:
>>
>>
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
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:/
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
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 =