From 7895b236278731cccb29417412989e42195bd099 Mon Sep 17 00:00:00 2001
From: Dennis Ahrens <dennis.ahrens@hs-hannover.de>
Date: Thu, 28 Apr 2016 16:01:53 +0200
Subject: [PATCH] Change README

---
 README.md | 16 +++++++---------
 1 file changed, 7 insertions(+), 9 deletions(-)

diff --git a/README.md b/README.md
index 1264177..f2bd67f 100644
--- a/README.md
+++ b/README.md
@@ -4,15 +4,6 @@ Basic server configuration used for most unix based servers at HsH.
 
 ## States
 
-* **apt** proxy, sources.list and sources.list.d
-* **openvmtools** use them for vmware
-* **locale** setup your servers locales
-* **time** use the configured time server and zone
-* **snmpd** let whats up gold talk to you
-* **python-packages** we are using for salt grains or modules
- * **netifaces** useful information in grains about net cfg
- * **psutil** TODO: who needs that?!
-
 ### hshbase
 
 Installs everything
@@ -37,6 +28,13 @@ Install system locales and additional ones optionally
 
 Install snmpd ready to be used with [Whats Up Gold](https://whatsup.fh-h.de/)
 
+### python-packages
+
+Install python modules for salt grains or modules - Currently:
+
+* **netifaces** useful information in grains about net cfg
+* **psutil** TODO: who needs that?!
+
 ## Configuration
 
 The states of this formula should be configurable using one central pillar
-- 
GitLab