Displaying 1 result from an estimated 1 matches for "mysql_hostnam".
Did you mean:
  mysql_hostname
  
2012 Jun 15
1
cross server dependancies
...urce 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 because Package[''ublipgw...