From: Silvio Rhatto Date: Sun, 4 Aug 2013 23:31:11 +0000 (-0300) Subject: Ugly hack for gpg-mailgate installation X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=02a7b8bfc8b93b7d79ca842d593dfdc4cc9e7252;p=puppet-mail.git Ugly hack for gpg-mailgate installation --- diff --git a/manifests/gpg_mailgate.pp b/manifests/gpg_mailgate.pp index 44770a9..fe8d0c2 100644 --- a/manifests/gpg_mailgate.pp +++ b/manifests/gpg_mailgate.pp @@ -29,6 +29,14 @@ 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,