Skip to content

Commit

Permalink
get ready for opts added in hashicorp/nomad#205
Browse files Browse the repository at this point in the history
  • Loading branch information
nathwill committed Oct 3, 2015
1 parent 52b7079 commit 1614fbb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions libraries/helpers.rb
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@ module ClientConfig
state_dir: { kind_of: String },
alloc_dir: { kind_of: String },
servers: { kind_of: Array },
network_interface: { kind_of: String },
network_speed: { kind_of: Integer },
node_id: { kind_of: String },
node_class: { kind_of: String },
meta: { kind_of: Hash },
Expand Down

0 comments on commit 1614fbb

Please sign in to comment.