lib/open-dock/base.rb in open-dock-0.1.13 vs lib/open-dock/base.rb in open-dock-0.1.14
- old
+ new
@@ -1,8 +1,9 @@
module Ops
HOSTS_DIR = "hosts"
CONTAINERS_DIR = "containers"
PROVIDERS_DIR = "providers"
+ NODES_DIR = "nodes"
DEFAULT_USER = "root"
def self.get_user_for(host_name)
host_file = "#{HOSTS_DIR}/#{host_name}.yml"
if File.exist? host_file
\ No newline at end of file