Skip to content
This repository has been archived by the owner on Aug 25, 2021. It is now read-only.

Commit

Permalink
default node_name to fqdn. fixes oswaldlabs#11
Browse files Browse the repository at this point in the history
  • Loading branch information
josephholsten committed Aug 15, 2013
1 parent 98f30dd commit efd6e1a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lib/chef-rundeck.rb
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@ class << self

def configure
Chef::Config.from_file(ChefRundeck.config_file)
client = Chef::Client.new
client.run_ohai
client.register
Chef::Log.level = Chef::Config[:log_level]
end
end
Expand Down

0 comments on commit efd6e1a

Please sign in to comment.