Page Menu
Home
DevCentral
Search
Configure Global Search
Log In
Files
F3768496
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
4 KB
Referenced Files
None
Subscribers
None
View Options
diff --git a/roles/shellserver/userland-software/base.sls b/roles/shellserver/userland-software/base.sls
index 8ef047a..eb84810 100644
--- a/roles/shellserver/userland-software/base.sls
+++ b/roles/shellserver/userland-software/base.sls
@@ -1,153 +1,155 @@
# -------------------------------------------------------------
# Salt — Provision base software
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
# Project: Nasqueron
# Created: 2016-04-09
# License: Trivial work, not eligible to copyright
# -------------------------------------------------------------
# -------------------------------------------------------------
# Shells
# -------------------------------------------------------------
shells:
pkg:
- installed
- pkgs:
- bash
- fish
- tcsh
- zsh
# -------------------------------------------------------------
# Editors
#
# Disclaimer: We don't caution the views of Richard Stallman
# or the Church of Emacs positions.
# See http://geekfeminism.wikia.com/wiki/EMACS_virgins_joke
# -------------------------------------------------------------
editors:
pkg:
- installed
- pkgs:
- vim
- nano
- joe
{% if grains['os'] == 'Debian' or grains['os'] == 'Ubuntu' %}
- emacs-nox
{% elif grains['os'] == 'FreeBSD' %}
- emacs-nox11
{% endif %}
# -------------------------------------------------------------
# General UNIX utilities
# -------------------------------------------------------------
utilities:
pkg:
- installed
- pkgs:
- cmatrix
- figlet
- nmap
- toilet
- tree
- whois
- woof
{% if grains['os'] == 'Debian' or grains['os'] == 'Ubuntu' %}
- bsdmainutils
- sockstat
- dnsutils
- sysvbanner
- toilet-fonts
{% endif %}
{% if grains['os'] == 'FreeBSD' %}
- figlet-fonts
- bind-tools
{% endif %}
# -------------------------------------------------------------
# Development
# -------------------------------------------------------------
dev:
pkg:
- installed
- pkgs:
- silversearcher-ag
- autoconf
- automake
- git
- arcanist
- colordiff
- strace
- cmake
- valgrind
{% if grains['os_family'] == 'Debian' %}
+ - libcppunit-dev
- silversearcher-ag
{% endif %}
{% if grains['os'] == 'FreeBSD' %}
+ - cppunit
- the_silver_searcher
{% else %}
- clang
- llvm
{% endif %}
# -------------------------------------------------------------
# Languages
# -------------------------------------------------------------
languages_removed:
pkg:
- removed
- pkgs:
{% if grains['os'] == 'Debian' or grains['os'] == 'Ubuntu' %}
- php7.0
{% elif grains['os'] == 'FreeBSD' %}
- php70
{% endif %}
languages:
pkg:
- installed
- pkgs:
- python3
{% if grains['os'] == 'Debian' or grains['os'] == 'Ubuntu' %}
- tcl8.6-dev
- php7.1
{% elif grains['os'] == 'FreeBSD' %}
- tcl86
- php71
{% endif %}
# -------------------------------------------------------------
# De facto standard libraries for languages
# -------------------------------------------------------------
languages_libs:
pkg:
- installed
- pkgs:
- tcllib
{% if grains['os'] == 'Debian' or grains['os'] == 'Ubuntu' %}
- tcl-tls
{% elif grains['os'] == 'FreeBSD' %}
- tcltls
{% endif %}
# -------------------------------------------------------------
# Spelling and language utilities
# -------------------------------------------------------------
spelling:
pkg:
- installed
- pkgs:
- verbiste
{% if grains['os'] == 'Debian' or grains['os'] == 'Ubuntu' %}
- aspell-fr
{% elif grains['os'] == 'FreeBSD' %}
- fr-aspell
{% endif %}
File Metadata
Details
Attached
Mime Type
text/x-diff
Expires
Mon, Nov 25, 08:19 (1 d, 10 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2259829
Default Alt Text
(4 KB)
Attached To
Mode
rOPS Nasqueron Operations
Attached
Detach File
Event Timeline
Log In to Comment