diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2013-08-04 20:31:11 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2013-08-04 20:31:11 -0300 |
commit | 02a7b8bfc8b93b7d79ca842d593dfdc4cc9e7252 (patch) | |
tree | 6e6092f5d905b1cd7293af4c40569c8ca98a54f4 /manifests | |
parent | a2053f8cc8ad5b20968cc1b4c6e1d06c89d32103 (diff) | |
download | puppet-mail-02a7b8bfc8b93b7d79ca842d593dfdc4cc9e7252.tar.gz puppet-mail-02a7b8bfc8b93b7d79ca842d593dfdc4cc9e7252.tar.bz2 |
Ugly hack for gpg-mailgate installation
Diffstat (limited to 'manifests')
-rw-r--r-- | manifests/gpg_mailgate.pp | 8 |
1 files changed, 8 insertions, 0 deletions
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, |