Select Git revision
thirdpartylibs.xml
-
Matti Harjula authored
Includes initial work on the Markdown issue #420. File headers still reference Stateful, will be upgraded during code tidy.
Matti Harjula authoredIncludes initial work on the Markdown issue #420. File headers still reference Stateful, will be upgraded during code tidy.
packages.sls 354 B
# Always install these packages
{% if grains['os'] in ['Debian', 'Ubuntu'] %}
hsh_common_packages_salt:
pkg.installed:
- pkgs:
- git
- rsync
- nload
- etckeeper
- lsof
- traceroute
- vim
{% elif grains['os'] == 'FreeBSD' %}
hsh_common_packages_salt:
pkg.installed:
- pkgs:
- lsof
{% endif %}