Tim Landscheidt has uploaded a new change for review.
https://gerrit.wikimedia.org/r/228281
Change subject: postfix: Do not run postmap_virtual when nothing changed
......................................................................
postfix: Do not run postmap_virtual when nothing changed
Change-Id: Ia703809fd1573541601f7fd1b766f68f090abab7
---
M puppet/modules/postfix/manifests/init.pp
1 file changed, 3 insertions(+), 2 deletions(-)
git pull ssh://gerrit.wikimedia.org:29418/mediawiki/vagrant
refs/changes/81/228281/1
diff --git a/puppet/modules/postfix/manifests/init.pp
b/puppet/modules/postfix/manifests/init.pp
index a890740..f7d8d24 100644
--- a/puppet/modules/postfix/manifests/init.pp
+++ b/puppet/modules/postfix/manifests/init.pp
@@ -28,8 +28,9 @@
}
exec { 'postmap_virtual':
- command => 'postmap /etc/postfix/virtual',
- subscribe => File['/etc/postfix/virtual'],
+ command => 'postmap /etc/postfix/virtual',
+ subscribe => File['/etc/postfix/virtual'],
+ refreshonly => true,
}
service { 'postfix':
--
To view, visit https://gerrit.wikimedia.org/r/228281
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: Ia703809fd1573541601f7fd1b766f68f090abab7
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/vagrant
Gerrit-Branch: master
Gerrit-Owner: Tim Landscheidt <[email protected]>
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits