summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2013-08-04 20:17:56 -0300
committerSilvio Rhatto <rhatto@riseup.net>2013-08-04 20:17:56 -0300
commitd503a70a4e3e38c895d978fe68948c2c28aa6e02 (patch)
tree52b7cc8ffc904111c9bb43cdd4b39a6066168b40
parentd57c61b5d165a4cfd80a4dd228034dd8ded30cb3 (diff)
downloadpuppet-mail-d503a70a4e3e38c895d978fe68948c2c28aa6e02.tar.gz
puppet-mail-d503a70a4e3e38c895d978fe68948c2c28aa6e02.tar.bz2
Fixing gpg-mailgate symlink
-rw-r--r--manifests/gpg_mailgate.pp2
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'],