forked from ungleich-public/cdist
fix 'stdin: is not a tty' problem (thanks, steven)
Signed-off-by: Nico Schottelius <nico@bento.schottelius.org>
This commit is contained in:
parent
07545f4f7f
commit
3daa74e81d
1 changed files with 4 additions and 0 deletions
|
@ -58,6 +58,10 @@ auto eth0
|
||||||
allow-hotplug eth0
|
allow-hotplug eth0
|
||||||
iface eth0 inet dhcp
|
iface eth0 inet dhcp
|
||||||
eof
|
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
|
||||||
"""
|
"""
|
||||||
|
|
||||||
class PreOSExistsError(cdist.Error):
|
class PreOSExistsError(cdist.Error):
|
||||||
|
|
Loading…
Reference in a new issue