search for: use_lpk

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

Did you mean: use_cpu
2010 Nov 16
0
Plugin dependencies
...ke to know if it would be possible to integrate such change without the need of importing all the providers, or any alternative solution to my use case. This is a simplified version of a class we are using, on which we need to remove packages without its dependencies: class ssh { $ssh_pkgs_in = $use_lpk ? { true => ["openssh-lpk", "openssh-lpk-clients", "openssh-lpk-server"], false => ["openssh", "openssh-clients", "openssh-server"], } $ssh_pkgs_out = $use_lpk ? { true => ["openssh", "openssh-cli...