From 3d82a0d25cda5f3cbbd8e9cb6ac67584f053ed69 Mon Sep 17 00:00:00 2001
From: Markus Koller <markus-koller@gmx.ch>
Date: Fri, 13 Jun 2014 14:56:24 +0200
Subject: [PATCH] Set hostname in preos

---
 cdist/preos.py | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/cdist/preos.py b/cdist/preos.py
index dc400ba9..0aa7eb6f 100644
--- a/cdist/preos.py
+++ b/cdist/preos.py
@@ -62,6 +62,8 @@ eof
 # Steven found this out - coyping it 1:1
 # fix the bloody 'stdin: is not a tty' problem
 __line /root/.profile --line 'mesg n' --state absent
+
+__hostname preos
 """
 
 class PreOSExistsError(cdist.Error):