lita-puppet 0.2.4 → 0.2.5

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: d7f6d78b3f76dacb146a29d03ef2737994a8eb2b
4
- data.tar.gz: 1a4d01f63d0ceaacc73568cf1b2c0d6cd39f5d82
3
+ metadata.gz: 9097b96f123e1d9952226626448af5b9162f131d
4
+ data.tar.gz: 2f729905e6c7ba910923eeaf048fa4483161812f
5
5
  SHA512:
6
- metadata.gz: 28cd46dfcc3e1f7c1899f5f53bb34d4eb4ea861ccfcafed60e68a19a2fc751dfb34aed615e3589b025e5b5dee3bdc7db6cfc25d81a1d819ff363b2263d039bcb
7
- data.tar.gz: b4b1477197294e1b8a1cf43ad02c4c1687977b2f895c5b7ae6f081c46772ded05ad064f17f94fdb9654c20d074bdc0c0f076b61e91510a2ef9d724fe66dd1aa5
6
+ metadata.gz: 9ab0ca71632fe5e9ea5e7f617f83b3dbf2d6d9f6d359b41eec56159529a6acab40e9aef93e824f4bc1e9ac89bd3017c897061c0a7745ef44fdd279618865585d
7
+ data.tar.gz: b09ed799fc39ed282e2b2b88421a2c7a6b1a73b50414aa2f653bc3ff44e547ac5792083041f3819bfb391f8daee484e348c3cf8c478cfccf883fa41c19669acf
@@ -38,6 +38,7 @@ module Lita
38
38
  puppet_master = Rye::Box.new(
39
39
  config.master_hostname,
40
40
  user: user,
41
+ auth_methods: ['publickey'],
41
42
  password_prompt: false
42
43
  )
43
44
 
@@ -87,6 +88,7 @@ module Lita
87
88
  remote = Rye::Box.new(
88
89
  host,
89
90
  user: user,
91
+ auth_methods: ['publickey'],
90
92
  password_prompt: false
91
93
  )
92
94
 
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |spec|
2
2
  spec.name = "lita-puppet"
3
- spec.version = "0.2.4"
3
+ spec.version = "0.2.5"
4
4
  spec.authors = ["Jonathan Gnagy"]
5
5
  spec.email = ["jgnagy@knuedge.com"]
6
6
  spec.description = "Some basic Puppet interactions for Lita"
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: lita-puppet
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.4
4
+ version: 0.2.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jonathan Gnagy