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 +4 -4
- data/lib/lita/handlers/puppet.rb +1 -1
- data/lita-puppet.gemspec +1 -1
- data/locales/en.yml +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 0aa077c50e7fd24a50bfe04f0fb817e57aafbfb0
|
4
|
+
data.tar.gz: 0776098f672e14f307a1e7bc36bc904019b1190b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 95318d449e3954ffeac762452b2779c75fa248a4ee18230881d1a8f52a72749bb30feaa9a2c4909cb37741580b3cec25bf862c0c3effda8bcd37bb882cb96aba
|
7
|
+
data.tar.gz: 7b410980b95914091522572142916004a7844cd3fdcb4f5a5edac5eade48149b58be3c0001432882dcf9974467a4cc95d365a87169be71eb768fb0778e4a998b
|
data/lib/lita/handlers/puppet.rb
CHANGED
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.
|
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
|
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."
|