summaryrefslogtreecommitdiff
path: root/manifests/gpg_mailgate.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/gpg_mailgate.pp')
-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'],