use vars.yml
This commit is contained in:
parent
9a3d948cbf
commit
1727792d07
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ impl RawHost {
|
||||||
.unwrap_or_else(|err| panic!("{} in file {}", err, hostname))
|
.unwrap_or_else(|err| panic!("{} in file {}", err, hostname))
|
||||||
} else if path.is_dir() {
|
} else if path.is_dir() {
|
||||||
let mut buf = path.to_path_buf();
|
let mut buf = path.to_path_buf();
|
||||||
buf.push("vars");
|
buf.push("vars.yml");
|
||||||
File::open(buf)
|
File::open(buf)
|
||||||
.unwrap_or_else(|err| panic!("{} in file {}", err, hostname))
|
.unwrap_or_else(|err| panic!("{} in file {}", err, hostname))
|
||||||
} else {
|
} else {
|
||||||
|
|
Loading…
Reference in a new issue