From 9aef437e37902920e5e5bd96c9186d5ebbf9cab3 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Tue, 25 Aug 2015 17:45:23 -0300 Subject: Packages not available on jessie --- manifests/utils/network.pp | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) (limited to 'manifests/utils/network.pp') diff --git a/manifests/utils/network.pp b/manifests/utils/network.pp index 7221765..cd64f93 100644 --- a/manifests/utils/network.pp +++ b/manifests/utils/network.pp @@ -4,7 +4,7 @@ class nodo::utils::network inherits nodo::utils::network::minimal { 'newsbeuter', 'nicotine', 'sshfs', 'bogofilter', 'fetchmail', 'procmail', 'msmtp', 'mairix', 'notmuch-mutt', - 'links', 'gftp', 'iceweasel', + 'links', 'iceweasel', 'openvpn', 'pssh', 'mutt-patched', 'pidgin', 'pidgin-encryption', 'pidgin-openpgp', 'pidgin-otr', 'pidgin-privacy-please', 'pidgin-plugin-pack', @@ -34,7 +34,7 @@ class nodo::utils::network inherits nodo::utils::network::minimal { # Squeeze (or newer) packages if $::lsbdistcodename != 'lenny' { package { [ 'xul-ext-monkeysphere', 'chromium-browser', 'libical-parser-perl', - 'maildir-utils', 'icedtea6-plugin', 'xul-ext-noscript', + 'maildir-utils', 'xul-ext-noscript', 'xul-ext-firebug', 'msva-perl', 'chromium-l10n' ]: ensure => installed, } @@ -67,6 +67,14 @@ class nodo::utils::network inherits nodo::utils::network::minimal { # ensure => installed, #} + # Wheezy only + package { [ 'gftp', 'icedtea6-plugin' ]: + ensure => $::lsbdistcodename ? { + 'lenny' => present, + default => absent, + }, + } + # Lenny only package { [ 'mozilla-firefox-adblock' ]: ensure => $::lsbdistcodename ? { -- cgit v1.2.3