Fix resolvconf_search

This commit is contained in:
Daniel A. Maierhofer
2018-02-12 23:52:37 +01:00
parent 2b621ed364
commit db7230027e

View File

@@ -21,6 +21,7 @@ common_openssh_permit_root_login: "yes"
common_resolvconf: True common_resolvconf: True
common_resolvconf_nameservers: ["10.0.3.1", "192.168.86.1"] common_resolvconf_nameservers: ["10.0.3.1", "192.168.86.1"]
common_resolvconf_search: ["fet.htu.tuwien.ac.at"]
common_resolvconf_domain: "fet.htu.tuwien.ac.at" common_resolvconf_domain: "fet.htu.tuwien.ac.at"
nocows: True nocows: True