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