Peter Meier a écrit :
> Hi
>
> puppet version? Did you turn stored configs on? etc.
>
> I assume you have followed
> http://reductivelabs.com/trac/puppet/wiki/ExportedResources ?
>
> cheers pete
>
yes,
i have the lenny puppet package running on both and yes i have stored
config running i see mysql query being done :)
facterversion => 1.5.1
puppetversion => 0.24.5
(root)> mysql -V
mysql Ver 14.12 Distrib 5.0.51a, for debian-linux-gnu (i486) using
readline 5.2
if i just invert the nodes i have the very same error on the other node:
node 'main-1' {
File <<| tag == 'backup01' |>>
}
node 'backup01' {
@@file{"/tmp/$fqdn": content => "$fqdn", tag
=> 'backup01';}
}
err: Could not retrieve catalog: Puppet::Parser::Compiler failed with
error NameError: uninitialized constant ParamValue on node main-1
regards,
Jean
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Puppet Users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/puppet-users?hl=en
-~----------~----~----~----~------~----~------~--~---