From: Silvio Rhatto Date: Sun, 4 Aug 2013 23:48:18 +0000 (-0300) Subject: Ugly gpg-mailgate hack is not needed X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=e9770f6f6f7841b693cb09efe659754d56b90fd4;p=puppet-mail.git Ugly gpg-mailgate hack is not needed --- diff --git a/manifests/gpg_mailgate.pp b/manifests/gpg_mailgate.pp index fe8d0c2..44770a9 100644 --- a/manifests/gpg_mailgate.pp +++ b/manifests/gpg_mailgate.pp @@ -29,14 +29,6 @@ class mail::gpg_mailgate { require => Vcsrepo['/var/lib/gpg_mailgate'], } - # TODO: Ugly hack, suggestions welcome! - file { '/usr/lib/python2.6/GnuPG': - ensure => '/var/lib/gpg_mailgate/GnuPG', - owner => root, - group => root, - require => Vcsrepo['/var/lib/gpg_mailgate'], - } - file { '/etc/gpg-mailgate.conf': ensure => present, owner => gpg_mailgate,