Page Menu
Home
DevCentral
Search
Configure Global Search
Log In
Files
F3766755
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
1 KB
Referenced Files
None
Subscribers
None
View Options
diff --git a/roles/saltmaster/init.sls b/roles/saltmaster/init.sls
index de2a1a2..50d4af4 100644
--- a/roles/saltmaster/init.sls
+++ b/roles/saltmaster/init.sls
@@ -1,13 +1,14 @@
# -------------------------------------------------------------
# Salt — Provision a salt master
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
# Project: Nasqueron
# Created: 2017-10-21
# License: Trivial work, not eligible to copyright
# -------------------------------------------------------------
include:
+ - .software
- .account
- .cloud
- .staging
- .salt-wrapper
diff --git a/roles/saltmaster/software.sls b/roles/saltmaster/software.sls
new file mode 100644
index 0000000..af63fcb
--- /dev/null
+++ b/roles/saltmaster/software.sls
@@ -0,0 +1,19 @@
+# -------------------------------------------------------------
+# Salt — Provision a salt master
+# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
+# Project: Nasqueron
+# Created: 2018-10-04
+# License: Trivial work, not eligible to copyright
+# -------------------------------------------------------------
+
+{% from "map.jinja" import packages_prefixes with context %}
+
+# -------------------------------------------------------------
+# Additional software
+# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
+
+install_salt_extra_software:
+ pkg.installed:
+ - pkgs:
+ # Jenkins execution module
+ - {{ packages_prefixes.python3 }}python-jenkins
File Metadata
Details
Attached
Mime Type
text/x-diff
Expires
Sun, Nov 24, 19:43 (2 h, 46 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2256896
Default Alt Text
(1 KB)
Attached To
Mode
rOPS Nasqueron Operations
Attached
Detach File
Event Timeline
Log In to Comment