jenkins-bot has submitted this change and it was merged.
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(-)
Approvals:
BryanDavis: Looks good to me, approved
jenkins-bot: Verified
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: merged
Gerrit-Change-Id: Ia703809fd1573541601f7fd1b766f68f090abab7
Gerrit-PatchSet: 2
Gerrit-Project: mediawiki/vagrant
Gerrit-Branch: master
Gerrit-Owner: Tim Landscheidt <[email protected]>
Gerrit-Reviewer: Awight <[email protected]>
Gerrit-Reviewer: BryanDavis <[email protected]>
Gerrit-Reviewer: Dduvall <[email protected]>
Gerrit-Reviewer: jenkins-bot <>
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits