lib/testlab/node.rb in testlab-0.7.3 vs lib/testlab/node.rb in testlab-0.7.4
- old
+ new
@@ -56,8 +56,13 @@
def repo_dir
self.labfile.repo_dir
end
+ def domain
+ self.config[:bind] ||= Hash.new
+ self.config[:bind][:domain]
+ end
+
end
end