Page Menu
Home
DevCentral
Search
Configure Global Search
Log In
Files
F3764347
D1229.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
2 KB
Referenced Files
None
Subscribers
None
D1229.diff
View Options
diff --git a/map.jinja b/map.jinja
--- a/map.jinja
+++ b/map.jinja
@@ -97,6 +97,7 @@
'tdom': 'tdom',
'varnish': 'varnish',
'verbiste': 'verbiste',
+ 'youtube-dl': 'youtube-dl',
},
'RedHat': {
'ag': 'the_silver_searcher',
@@ -113,6 +114,7 @@
'sphinx': 'python3-sphinx',
'tcltls': 'tcltls',
'varnish': 'varnish',
+ 'youtube-dl': 'youtube-dl',
},
'Arch': {
'ag': 'the_silver_searcher',
@@ -124,6 +126,7 @@
'sphinx': 'python-sphinx',
'tcltls': 'tcltls',
'varnish': 'varnish',
+ 'youtube-dl': 'youtube-dl',
},
'FreeBSD' : {
'ag': 'the_silver_searcher',
@@ -147,6 +150,7 @@
'tdom': 'tDOM',
'varnish': 'varnish5',
'verbiste': 'fr-verbiste',
+ 'youtube-dl': 'youtube_dl',
},
}, default='Debian') %}
diff --git a/roles/viperserv/init.sls b/roles/viperserv/init.sls
--- a/roles/viperserv/init.sls
+++ b/roles/viperserv/init.sls
@@ -21,4 +21,5 @@
- .fbsql
- .fantoir
- .rabbitmq-tcl
+ - .software
- .wikidata-access-layer
diff --git a/roles/viperserv/software/init.sls b/roles/viperserv/software/init.sls
new file mode 100644
--- /dev/null
+++ b/roles/viperserv/software/init.sls
@@ -0,0 +1,36 @@
+# -------------------------------------------------------------
+# 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
Details
Attached
Mime Type
text/plain
Expires
Sat, Nov 23, 05:15 (1 h, 25 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2257282
Default Alt Text
D1229.diff (2 KB)
Attached To
Mode
D1229: Install youtube-dl on viperserv role
Attached
Detach File
Event Timeline
Log In to Comment