tests-always-included / wick

Bash-only IT automation, machine provisioning
Other
69 stars 12 forks source link

set hostname fails on ubuntu #101

Closed baelish closed 7 years ago

baelish commented 7 years ago

Tested and looking good in centos and ubuntu:

ubuntu@docker-192-168-69-53:~$ hostname -s
docker-192-168-69-53
ubuntu@docker-192-168-69-53:~$ hostname
docker-192-168-69-53
ubuntu@docker-192-168-69-53:~$ hostname -f
docker-192-168-69-53.node.consul
ubuntu@docker-192-168-69-53:~$ 
[centos@docker-192-168-65-3 ~]$ hostname -s
docker-192-168-65-3
[centos@docker-192-168-65-3 ~]$ hostname 
docker-192-168-65-3
[centos@docker-192-168-65-3 ~]$ hostname -f
docker-192-168-65-3.node.consul
[centos@docker-192-168-65-3 ~]$ 
baelish commented 7 years ago

Thanks @fidian