diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2013-08-04 20:17:56 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2013-08-04 20:17:56 -0300 |
commit | d503a70a4e3e38c895d978fe68948c2c28aa6e02 (patch) | |
tree | 52b7cc8ffc904111c9bb43cdd4b39a6066168b40 | |
parent | d57c61b5d165a4cfd80a4dd228034dd8ded30cb3 (diff) | |
download | puppet-mail-d503a70a4e3e38c895d978fe68948c2c28aa6e02.tar.gz puppet-mail-d503a70a4e3e38c895d978fe68948c2c28aa6e02.tar.bz2 |
Fixing gpg-mailgate symlink
-rw-r--r-- | manifests/gpg_mailgate.pp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/gpg_mailgate.pp b/manifests/gpg_mailgate.pp index eeaab4f..44770a9 100644 --- a/manifests/gpg_mailgate.pp +++ b/manifests/gpg_mailgate.pp @@ -23,7 +23,7 @@ class mail::gpg_mailgate { } file { '/usr/local/bin/gpg-mailgate.py': - ensure => '/usr/local/bin/gpg-mailgate.py', + ensure => '/var/lib/gpg_mailgate/gpg-mailgate.py', owner => root, group => root, require => Vcsrepo['/var/lib/gpg_mailgate'], |