From 33d564268f07a9ab58a838e67eb3571e6ee2de76 Mon Sep 17 00:00:00 2001 From: LinuxSquare Date: Thu, 21 Dec 2023 14:20:42 +0100 Subject: [PATCH] Refactor --- README.md | 4 +--- apps/{generate-motd.sls => generate-motd/init.sls} | 0 top.sls | 2 -- 3 files changed, 1 insertion(+), 5 deletions(-) rename apps/{generate-motd.sls => generate-motd/init.sls} (100%) diff --git a/README.md b/README.md index 84b189f..1a6632c 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,7 @@ # Noveria Salt-State -![SaltStack® Logo](https://upload.wikimedia.org/wikipedia/commons/6/64/SaltStack_logo_blk_2k.png) - This repository is for the master-less salt-statetree for the noveria host, running Alpine Linux -It managed the complete system using the saltproject. +It manages the complete system using the saltproject. For further instructions, head to the official salt docs: https://docs.saltproject.io/en/latest/contents.html diff --git a/apps/generate-motd.sls b/apps/generate-motd/init.sls similarity index 100% rename from apps/generate-motd.sls rename to apps/generate-motd/init.sls diff --git a/top.sls b/top.sls index d95dd76..f576aeb 100644 --- a/top.sls +++ b/top.sls @@ -3,6 +3,4 @@ base: - system - network - apps - - podman - - mysql - openssh