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