Correctly set hostname in preos

This commit is contained in:
Markus Koller 2016-07-06 10:15:34 +02:00
parent 85c825438e
commit 348867ff6a
No known key found for this signature in database
GPG Key ID: A2B74A05A7A2B7B7
1 changed files with 1 additions and 1 deletions

View File

@ -63,7 +63,7 @@ eof
# fix the bloody 'stdin: is not a tty' problem
__line /root/.profile --line 'mesg n' --state absent
__hostname preos
__hostname --name preos
"""
class PreOSExistsError(cdist.Error):