]> gitweb.fluxo.info Git - puppet-mail.git/commitdiff
Package php-crypt-gpg not available on wheezy
authorSilvio Rhatto <rhatto@riseup.net>
Fri, 2 May 2014 16:14:58 +0000 (13:14 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Fri, 2 May 2014 16:14:58 +0000 (13:14 -0300)
manifests/virtual/packages.pp

index 5677d37e0fc62ebcb440309f8e0bc9759f429a50..5885224c0259a8de8b46ffb264b937ea59399fe3 100644 (file)
@@ -12,7 +12,10 @@ class mail::virtual::packages {
   } 
 
   package { 'php-crypt-gpg':
-    ensure => installed,
+    ensure => $::lsbdistcodename ? {
+      'wheezy' => absent,
+       default => installed,
+    },
   }
 
   # Squeeze (or newer) packages