search for: ssh_pkgs_out

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

2010 Nov 16
0
Plugin dependencies
...d 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-clients", "openssh-server"], false => ["openssh-lpk", "openssh-lpk-clients", "openssh-lpk-server"], } package { $ssh_pkgs_in: ensure => "latest",...