Page Menu
Home
DevCentral
Search
Configure Global Search
Log In
Files
F3768991
D400.id.diff
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
D400.id.diff
View Options
diff --git a/roles/shellserver/userland-software/init.sls b/roles/shellserver/userland-software/init.sls
--- a/roles/shellserver/userland-software/init.sls
+++ b/roles/shellserver/userland-software/init.sls
@@ -9,3 +9,4 @@
include:
- .base
- .irc
+ - .web
diff --git a/roles/shellserver/userland-software/web.sls b/roles/shellserver/userland-software/web.sls
new file mode 100644
--- /dev/null
+++ b/roles/shellserver/userland-software/web.sls
@@ -0,0 +1,25 @@
+# -------------------------------------------------------------
+# Salt — Provision web software
+# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
+# Project: Eglide
+# Created: 2016-06-12
+# License: Trivial work, not eligible to copyright
+# -------------------------------------------------------------
+
+# -------------------------------------------------------------
+# nginx
+# -------------------------------------------------------------
+
+nginx:
+ pkg.installed: []
+ service.running:
+ - require:
+ - pkg: nginx
+
+# -------------------------------------------------------------
+# SSL certificates
+# -------------------------------------------------------------
+
+letsencrypt:
+ pkg.installed:
+ - name: letsencrypt
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sun, Nov 24, 11:55 (12 h, 11 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2260125
Default Alt Text
D400.id.diff (1 KB)
Attached To
Mode
D400: WIP: nginx, letsencrypt
Attached
Detach File
Event Timeline
Log In to Comment