lita-puppet 0.7.0 → 0.7.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 6753079e28465d80b49e7d463fb242c0730e6ab3
4
- data.tar.gz: 20d8c779ebe29130f7643378d5963a03e586c269
3
+ metadata.gz: 0aa077c50e7fd24a50bfe04f0fb817e57aafbfb0
4
+ data.tar.gz: 0776098f672e14f307a1e7bc36bc904019b1190b
5
5
  SHA512:
6
- metadata.gz: 6e2324d74f2d7ec5cdd956bd065baf9d8dfd5334cea9989aa90913b5dc2613c35494829e20910ac2440753a03efaa3ce43f2d63a03ca68fda9d6cfee38d19667
7
- data.tar.gz: e391af17aab49c66f4f427eb2b16db108d655d047e6c5c1f7ee1c829956f84ffb2b8c1543436e132ffcfbde81b3803811d33d94e118120bbb882ec38f6325134
6
+ metadata.gz: 95318d449e3954ffeac762452b2779c75fa248a4ee18230881d1a8f52a72749bb30feaa9a2c4909cb37741580b3cec25bf862c0c3effda8bcd37bb882cb96aba
7
+ data.tar.gz: 7b410980b95914091522572142916004a7844cd3fdcb4f5a5edac5eade48149b58be3c0001432882dcf9974467a4cc95d365a87169be71eb768fb0778e4a998b
@@ -101,7 +101,7 @@ module Lita
101
101
  else
102
102
  success_message(
103
103
  response,
104
- t('replies.node_profiles.success', host: host),
104
+ t('replies.node_profiles.success', things: what, host: host),
105
105
  profiles.join("\n")
106
106
  )
107
107
  end
data/lita-puppet.gemspec CHANGED
@@ -1,7 +1,7 @@
1
1
  # rubocop:disable Metrics/BlockLength
2
2
  Gem::Specification.new do |spec|
3
3
  spec.name = 'lita-puppet'
4
- spec.version = '0.7.0'
4
+ spec.version = '0.7.1'
5
5
  spec.authors = ['Daniel Schaaff', 'Jonathan Gnagy'].sort
6
6
  spec.email = ['jgnagy@knuedge.com']
7
7
  spec.description = 'Some basic Puppet interactions for Lita'
data/locales/en.yml CHANGED
@@ -31,7 +31,7 @@ en:
31
31
  notconf: "I would do that, but I don't know how to connect to PuppetDB. Edit my config and add `config.handlers.puppet.puppetdb_url`."
32
32
  working: "let me see what I can find in PuppetDB for you."
33
33
  failure: "Hmmm, that didn't work. Here's what PuppetDB responded with: '%{error}'"
34
- success: "Here are the profiles and roles for %{host}:"
34
+ success: "Here are the %{things} for %{host}:"
35
35
  nodes_with_class:
36
36
  notconf: "I would do that, but I don't know how to connect to PuppetDB. Edit my config and add `config.handlers.puppet.puppetdb_url`."
37
37
  working: "let me see what I can find in PuppetDB for you."
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.7.0
4
+ version: 0.7.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Daniel Schaaff