Fix token auth for methods

Properly set the header to be X-AUTH-TOKEN for requests to the pooler.
This commit is contained in:
Brian Cain 2015-09-25 14:03:47 -07:00
parent de7a9ac433
commit 98741e5e4a
4 changed files with 23 additions and 36 deletions

View file

@ -1,6 +1,6 @@
Gem::Specification.new do |s|
s.name = 'vmfloaty'
s.version = '0.2.3'
s.version = '0.2.4'
s.authors = ['Brian Cain']
s.email = ['brian.cain@puppetlabs.com']
s.license = 'Apache'