Page MenuHomeDevCentral

No OneTemporary

diff --git a/roles/paas-lxc/lxc/init.sls b/roles/paas-lxc/lxc/init.sls
new file mode 100644
index 0000000..583a9dd
--- /dev/null
+++ b/roles/paas-lxc/lxc/init.sls
@@ -0,0 +1,20 @@
+# -------------------------------------------------------------
+# Salt — LXC
+# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
+# Project: Nasqueron
+# Created: 2017-04-29
+# License: Trivial work, not eligible to copyright
+# -------------------------------------------------------------
+
+# -------------------------------------------------------------
+# Software
+# -------------------------------------------------------------
+
+lxc_packages:
+ pkg:
+ - installed
+ - pkgs:
+ - lxc
+ {% if grains['os_family'] == 'RedHat' %}
+ - lxc-extra
+ {% endif %}
diff --git a/top.sls b/top.sls
index 182b68d..706e335 100644
--- a/top.sls
+++ b/top.sls
@@ -1,26 +1,28 @@
# -------------------------------------------------------------
# Salt configuration for Nasqueron servers
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
# Project: Nasqueron
# Created: 2016-04-10
# License: Trivial work, not eligible to copyright
# -------------------------------------------------------------
base:
'*':
- roles/core/rc
- roles/core/hostname
- roles/core/network
- roles/core/motd
- roles/core/rsyslog
- roles/core/sshd
- roles/core/letsencrypt
'local':
- roles/saltmaster/sudo
+ 'dwellers.nasqueron.org':
+ - roles/paas-lxc/lxc
'eglide':
- roles/shellserver/users
- roles/shellserver/userland-software
- roles/shellserver/eglide-website
- roles/shellserver/vhosts
- roles/shellserver/web-hosting
- roles/shellserver/odderon

File Metadata

Mime Type
text/x-diff
Expires
Sun, Oct 12, 11:51 (46 m, 39 s)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3065895
Default Alt Text
(1 KB)

Event Timeline