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

Update Travis configuration to test all node types. #97

Merged
merged 15 commits into from Oct 28, 2015
Merged
Changes from 1 commit
Commits
File filter...
Filter file types
Jump to…
Jump to file
Failed to load files.

Always

Just for now

Fix ssh key installation on Mac OS X

The username for the root account is still root,
even though it is named System Administrator.
  • Loading branch information
aneeshusa committed Oct 27, 2015
commit c2ae361d98efcb2812c9f89ba36dc1d7d375eb34
@@ -24,6 +24,6 @@ host-{{ hostname }}:
{% for ssh_user in config.ssh_users %}
sshkey-{{ ssh_user }}:
ssh_auth.present:
- user: {{ config.root_user }}
- user: root
- source: salt://{{ tpldir }}/ssh/{{ ssh_user }}.pub
{% endfor %}
@@ -2,7 +2,6 @@
set config = salt['grains.filter_by']({
'defaults': {
'servo_home': '/home/servo',
'root_user': 'root',
'hosts': {
'servo-master': '96.126.125.232',
'servo-linux1': '66.228.48.56',
@@ -28,8 +27,7 @@
]
},
'Darwin': {
'servo_home': '/Users/servo',
'root_user': 'administrator'
'servo_home': '/Users/servo'
}
},
base='defaults',
ProTip! Use n and p to navigate between commits in a pull request.
You can’t perform that action at this time.