Dzahn has submitted this change and it was merged. ( 
https://gerrit.wikimedia.org/r/370518 )

Change subject: Phabricator: Install package heirloom-mailx for mail command
......................................................................


Phabricator: Install package heirloom-mailx for mail command

this is required so we can do mail -r otherwise the -r command
is unavailable.

root@phabricator:/home/paladox# mail -r
mail: option requires an argument -- r
Usage: mail -eiIUdEFntBDNHRV~ -T FILE -u USER -h hops
-r address -s SUBJECT -a FILE -q FILE -f FILE -A ACCOUNT
-b USERS -c USERS -S OPTION users

Change-Id: Icba46457863c82b3fe199aeb928be449a8836bc7
---
M modules/phabricator/manifests/init.pp
1 file changed, 2 insertions(+), 1 deletion(-)

Approvals:
  jenkins-bot: Verified
  Dzahn: Looks good to me, approved



diff --git a/modules/phabricator/manifests/init.pp 
b/modules/phabricator/manifests/init.pp
index 6ceb2e4..d4f1e80 100644
--- a/modules/phabricator/manifests/init.pp
+++ b/modules/phabricator/manifests/init.pp
@@ -138,7 +138,8 @@
         'python-pygments',
         'python-phabricator',
         'apachetop',
-        'subversion']:
+        'subversion',
+        'heirloom-mailx']:
             ensure => present;
     }
 

-- 
To view, visit https://gerrit.wikimedia.org/r/370518
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: Icba46457863c82b3fe199aeb928be449a8836bc7
Gerrit-PatchSet: 3
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Paladox <[email protected]>
Gerrit-Reviewer: 20after4 <[email protected]>
Gerrit-Reviewer: Aklapper <[email protected]>
Gerrit-Reviewer: Dzahn <[email protected]>
Gerrit-Reviewer: Paladox <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to