diff --git a/roles/shellserver/userland-software/init.sls b/roles/shellserver/userland-software/init.sls new file mode 100644 index 0000000..e16a40c --- /dev/null +++ b/roles/shellserver/userland-software/init.sls @@ -0,0 +1,11 @@ +# ------------------------------------------------------------- +# Salt — Provision software +# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - +# Project: Eglide +# Created: 2016-04-10 +# License: Trivial work, not eligible to copyright +# ------------------------------------------------------------- + +include: + - .base + - .irc diff --git a/top.sls b/top.sls new file mode 100644 index 0000000..1797f76 --- /dev/null +++ b/top.sls @@ -0,0 +1,11 @@ +# ------------------------------------------------------------- +# Salt configuration for Nasqueron servers +# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - +# Project: Nasqueron +# Created: 2016-04-10 +# License: Trivial work, not eligible to copyright +# ------------------------------------------------------------- + +base: + 'eglide': + - roles/shellserver/userland-software