Displaying 1 result from an estimated 1 matches for "ssh_pkgs_in".
2010 Nov 16
0
Plugin dependencies
...hing I would like 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", "...