# Squeeze (or newer) packages
if $lsbdistcodename != 'lenny' {
package { [ 'xul-ext-monkeysphere', 'chromium-browser', 'libical-parser-perl',
- 'maildir-utils', 'icedtea6-plugin', ]:
+ 'maildir-utils', 'icedtea6-plugin', 'xul-ext-adblock-plus',
+ 'xul-ext-noscript', 'xul-ext-firebug' ]:
ensure => installed,
}
}
# Not using right now
- package { [ 'xul-ext-torbutton', 'vidalia' ]:
+ package { [ 'xul-ext-torbutton', 'vidalia', 'xul-ext-perspectives', 'xul-ext-greasemonkey' ]:
ensure => absent,
}
}
+ # Wheezy (or newer) packages
+ if $lsbdistcodename != 'squeeze' {
+ package { [ 'xul-ext-pentadactyl', 'xul-ext-https-everywhere', 'xul-ext-certificatepatrol',
+ 'xul-ext-cookie-monster', 'xul-ext-refcontrol', 'xul-ext-quickproxy' ]:
+ ensure => installed,
+ }
+ }
+
# Lenny only
package { [ 'mozilla-firefox-adblock' ]:
ensure => $lsbdistcodename ? {