Page MenuHomeDevCentral

init.sls
No OneTemporary

init.sls

# -------------------------------------------------------------
# Salt — Deploy eggdrop park
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
# Project: Nasqueron
# Created: 2017-11-17
# License: Trivial work, not eligible to copyright
# -------------------------------------------------------------
{% from "map.jinja" import packages with context %}
# -------------------------------------------------------------
# Software used by Dæghrefn
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
daeghrefn_software:
pkg.installed:
- pkgs:
- {{ packages['youtube-dl'] }}
# Dæghrefn also need php, ps, grep
# Gerrit code needs ssh, ssh-agent and ssh-add
# -------------------------------------------------------------
# Software used by TC2
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
# TC2 needs logins, pw, mkdir, chown, hostname, id, sockstat,su, cat
# /usr/local/etc/rc.d/nginx, /usr/local/etc/rc.d/php-fpm,
# /usr/local/etc/rc.d/jenkins
# Those are expected to be on the system administrated.
# -------------------------------------------------------------
# Software used by vendor scripts
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
# bseen requires cp

File Metadata

Mime Type
text/plain
Expires
Tue, May 13, 16:55 (21 h, 28 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2571447
Default Alt Text
init.sls (1 KB)

Event Timeline