diff options
| author | Silvio Rhatto <rhatto@riseup.net> | 2011-11-22 11:22:09 -0200 | 
|---|---|---|
| committer | Silvio Rhatto <rhatto@riseup.net> | 2011-11-22 11:22:09 -0200 | 
| commit | d998121dc8b1297428d691a1bed93d0b83390f9e (patch) | |
| tree | b1e2437e0259cb3d799e1a1d7579d73bfbe818c2 | |
| parent | b7c93a92ea34fc34d62c9e4e0bc55c68087f3e7d (diff) | |
| download | puppet-nodo-d998121dc8b1297428d691a1bed93d0b83390f9e.tar.gz puppet-nodo-d998121dc8b1297428d691a1bed93d0b83390f9e.tar.bz2  | |
Removing xul-ext-firegpg
| -rw-r--r-- | manifests/subsystems/utils/debian.pp | 7 | 
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  | 
