From 02a7b8bfc8b93b7d79ca842d593dfdc4cc9e7252 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Sun, 4 Aug 2013 20:31:11 -0300 Subject: Ugly hack for gpg-mailgate installation --- manifests/gpg_mailgate.pp | 8 ++++++++ 1 file changed, 8 insertions(+) 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, -- cgit v1.2.3