mirror of
https://github.com/jbowdre/vagrant-saltlab.git
synced 2025-02-18 14:34:37 +00:00
- map distros to package names - create users on saltlab minions - ditch cowsay - replace nginx with apache (and pull pkg name from pillar data)
7 lines
197 B
Text
7 lines
197 B
Text
install_apache:
|
|
pkg.installed:
|
|
- name: {{ pillar['pkgs']['apache'] }}
|
|
service.running:
|
|
- require:
|
|
- pkg: {{ pillar['pkgs']['apache'] }}
|
|
- name: {{ pillar['pkgs']['apache'] }}
|