forked from ungleich-public/cdist
Correctly set hostname in preos
This commit is contained in:
parent
85c825438e
commit
348867ff6a
1 changed files with 1 additions and 1 deletions
|
@ -63,7 +63,7 @@ eof
|
||||||
# fix the bloody 'stdin: is not a tty' problem
|
# fix the bloody 'stdin: is not a tty' problem
|
||||||
__line /root/.profile --line 'mesg n' --state absent
|
__line /root/.profile --line 'mesg n' --state absent
|
||||||
|
|
||||||
__hostname preos
|
__hostname --name preos
|
||||||
"""
|
"""
|
||||||
|
|
||||||
class PreOSExistsError(cdist.Error):
|
class PreOSExistsError(cdist.Error):
|
||||||
|
|
Loading…
Reference in a new issue