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

Ensure basic admin utilities are available #335

Merged
merged 2 commits into from Sep 12, 2016
Merged
Changes from 1 commit
Commits
File filter...
Filter file types
Jump to…
Jump to file
Failed to load files.

Always

Just for now

Next

Ensure mosh, screen, and tmux are available

These are great tools that are even better together and make remote
administration an absolute delight.
  • Loading branch information
aneeshusa committed Aug 19, 2016
commit 1999a8eb48dd1dc912b9f96f87f6bf96dd9498b7
@@ -0,0 +1,10 @@
admin-packages:
pkg.installed:
- pkgs:
- tmux
{% if grains['os'] != 'MacOS' %}
- mosh
- screen # Installed by default on OS X
{% else %}
- mobile-shell
{% endif %}
@@ -2,6 +2,7 @@

base:
'*':
- admin
- common
- salt.common

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