Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Changed IPs to Hostnames where possible, and removed host.present tes… #369

Closed
wants to merge 2 commits into from
Closed
Changes from 1 commit
Commits
File filter...
Filter file types
Jump to…
Jump to file
Failed to load files.

Always

Just for now

Prev

Made changes suggested in comments.

  • Loading branch information
setupminimal committed Jun 9, 2016
commit 71cbb62c57fb19f414a16bf1d21d27c5cf68947d
@@ -47,14 +47,13 @@ sshkey-{{ ssh_user }}:
- source: salt://{{ tpldir }}/ssh/{{ ssh_user }}.pub
{% endfor %}
hosts-file:
/etc/hosts:
file.managed:
- name: /etc/hosts
- user: root
- mode: 644
{% if grains['os'] == 'MacOS' %}
- group: wheel
{% elif grains['os'] == 'Ubuntu' %}
- group: root"
- group: root
{% endif %}
- location: /common/files/hosts
- source: salt://{{ tlpdir }}/files/hosts

This comment has been minimized.

Copy link
@aneeshusa

aneeshusa Jul 8, 2016

Member

typo: Actually, this should be {{ tpldir }}.

ProTip! Use n and p to navigate between commits in a pull request.
You can’t perform that action at this time.