-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/31680/
-----------------------------------------------------------
Review request for Ambari and Andrew Onischuk.
Bugs: AMBARI-9896
https://issues.apache.org/jira/browse/AMBARI-9896
Repository: ambari
Description
-------
1) Checked the "skip" box in Misc tab during install.
2) I disabled my chmod 000 /usr/sbin/groupadd and chmod 000 /usr/sbin/groupmod
so I would see if they were called.
3) They were but the errors were skipped. which is ok.
4) I disabled chmod 000 /usr/sbin/usermod as well.
5) But usermod error is not being skipped.
Diffs
-----
ambari-server/src/main/resources/stacks/HDP/2.0.6/hooks/before-ANY/scripts/shared_initialization.py
9045ede
ambari-server/src/test/python/stacks/2.0.6/hooks/before-ANY/test_before_any.py
06e78b6
Diff: https://reviews.apache.org/r/31680/diff/
Testing
-------
mvn clean test
Thanks,
Vitalyi Brodetskyi