Skip to content

Instantly share code, notes, and snippets.

@moloney
Created May 11, 2015 22:31
Show Gist options
  • Save moloney/9451b96468576d206fc3 to your computer and use it in GitHub Desktop.
Save moloney/9451b96468576d206fc3 to your computer and use it in GitHub Desktop.
reactor:
- 'minion_start':
- /srv/reactor/on_start.sls
saltutil.sync_all:
salt.function:
- tgt: '*'
- reload_modules: True
python-base:
salt.state:
- tgt: '*'
- sls: python-base
python-pip:
pkg.installed:
- name: python-pip
python-apt:
pkg.installed:
- name: python-apt
python-hwinfo:
pip.installed:
- name: python-hwinfo
on_start:
runner.state.orchestrate:
- arg:
- orchestration.prerequisites
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment