aboutsummaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2011-11-22 11:22:09 -0200
committerSilvio Rhatto <rhatto@riseup.net>2011-11-22 11:22:09 -0200
commitd998121dc8b1297428d691a1bed93d0b83390f9e (patch)
treeb1e2437e0259cb3d799e1a1d7579d73bfbe818c2 /manifests
parentb7c93a92ea34fc34d62c9e4e0bc55c68087f3e7d (diff)
downloadpuppet-nodo-d998121dc8b1297428d691a1bed93d0b83390f9e.tar.gz
puppet-nodo-d998121dc8b1297428d691a1bed93d0b83390f9e.tar.bz2
Removing xul-ext-firegpg
Diffstat (limited to 'manifests')
-rw-r--r--manifests/subsystems/utils/debian.pp7
1 files changed, 6 insertions, 1 deletions
diff --git a/manifests/subsystems/utils/debian.pp b/manifests/subsystems/utils/debian.pp
index b49c37e..a8f2b9d 100644
--- a/manifests/subsystems/utils/debian.pp
+++ b/manifests/subsystems/utils/debian.pp
@@ -84,9 +84,14 @@ class utils::personal::debian {
# Squeeze (or newer) packages
if $lsbdistcodename != 'lenny' {
package { [ 'xul-ext-monkeysphere', 'chromium-browser', 'libical-parser-perl',
- 'maildir-utils', 'icedtea6-plugin', 'xul-ext-firegpg' ]:
+ 'maildir-utils', 'icedtea6-plugin', ]:
ensure => installed,
}
+
+ # See http://tails.boum.org/bugs/FireGPG_may_be_unsafe/
+ package { 'xul-ext-firegpg':
+ ensure => absent,
+ }
}
# Gem packages