lib/open-dock/base.rb in open-dock-0.0.10 vs lib/open-dock/base.rb in open-dock-0.0.11
- old
+ new
@@ -1,9 +1,8 @@
module Ops
- DIR = "ops"
- HOSTS_DIR = "#{DIR}/hosts"
- CONTAINERS_DIR = "#{DIR}/containers"
- PROVIDERS_DIR = "#{DIR}/providers"
+ HOSTS_DIR = "hosts"
+ CONTAINERS_DIR = "containers"
+ PROVIDERS_DIR = "providers"
def self.get_user_for(host_name)
host_file = "#{HOSTS_DIR}/#{host_name}.yml"
begin
\ No newline at end of file