lisausa-knife-plugins 0.0.6 → 0.0.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -44,7 +44,8 @@ class LisausaKnifePlugins::SetupSsh < ::Chef::Knife
44
44
  ssh_config.push [
45
45
  "Host *.lisausa.net",
46
46
  " IdentitiesOnly yes",
47
- " PasswordAuthentication no"
47
+ " PasswordAuthentication no",
48
+ " ForwardAgent yes"
48
49
  ]
49
50
  ssh_config.push " IdentityFile #{c[:identity_file]}" if c[:identity_file]
50
51
  ssh_config.push " User #{c[:ssh_user]}" if c[:ssh_user]
@@ -1,3 +1,3 @@
1
1
  module LisausaKnifePlugins
2
- VERSION = "0.0.6"
2
+ VERSION = "0.0.7"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: lisausa-knife-plugins
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.6
4
+ version: 0.0.7
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -90,7 +90,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
90
90
  version: '0'
91
91
  segments:
92
92
  - 0
93
- hash: -1816767679144316471
93
+ hash: 4016394671146519617
94
94
  required_rubygems_version: !ruby/object:Gem::Requirement
95
95
  none: false
96
96
  requirements:
@@ -99,7 +99,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
99
99
  version: '0'
100
100
  segments:
101
101
  - 0
102
- hash: -1816767679144316471
102
+ hash: 4016394671146519617
103
103
  requirements: []
104
104
  rubyforge_project:
105
105
  rubygems_version: 1.8.23