Displaying 1 result from an estimated 1 matches for "numerex_percona".
2012 Jun 15
1
cross server dependancies
...have figured out how to export a resource on the app server that gets 
collected and realized on the database server, but I cannot figure out how 
to make the package on the app server depend on the exported resource that 
gets realized on the database server. 
I have tried something like this:
@@numerex_percona::database_grant { $::mysql_hostname:
>             user => ''root'',
>             password => $::mysql_server_root_password,
>             host => $::fqdn,
>            before => Package[''ublipgw''],
> }
But that doesn''t work b...