search for: ublipgw

Displaying 1 result from an estimated 1 matches for "ublipgw".

2012 Jun 15
1
cross server dependancies
...erver. 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''] is not on the server where the database_grant is realized, but on the server where it is exported. What is the best way to handle a situation like this? -- You received this message because you are...