ctubbsii commented on a change in pull request #270: Support Accumulo installs
on Microsoft Azure
URL: https://github.com/apache/fluo-muchos/pull/270#discussion_r318791513
##########
File path: ansible/roles/common/tasks/hosts.yml
##########
@@ -18,4 +18,4 @@
- name: "ensure hostname is correct"
hostname: name={{ inventory_hostname }}
- name: "ensure /etc/hosts is correct"
- template: src=roles/common/templates/etc_hosts dest=/etc/hosts owner=root
group=root mode=0644
+ copy: src=/etc/etc_hosts dest=/etc/hosts owner=root group=root mode=0644
Review comment:
> Yes, this works the same way for EC2 clusters too. FWIW I did run a couple
of smoke-tests on AWS to ensure that this works correctly for the EC2 case as
well.
Awesome!
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services