quixoten-puppetdb-terminus 2.3.4 → 2.3.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 +4 -4
- data/lib/puppet/indirector/catalog/puppetdb.rb +1 -1
- data/lib/puppetdb/terminus/version.rb +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: d3d25c5f9ebd41545a311b634bd02a94b31d2fb9
|
|
4
|
+
data.tar.gz: b287f5565077e6b5f27a0f9e9385af0bffd87f41
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 66ba11c0e67cb859c5a5a4bf5d9db7a89eda39e372544b2c35d808025eafa51a756b176279ba4f54177450912aa10ba707d9b24015cc15b9499675ad7d97a7dd
|
|
7
|
+
data.tar.gz: e8880a0c197af87bdb8558006e9ad801871ea76e425876563039e3ef5f4dbc4d321922c6856a4279fcae5ef27aa36768d60449972f770cfb28b4a00b676d8ad5
|
|
@@ -273,7 +273,7 @@ class Puppet::Resource::Catalog::Puppetdb < Puppet::Indirector::REST
|
|
|
273
273
|
# case problem here: http://projects.puppetlabs.com/issues/19474
|
|
274
274
|
# Once that problem is solved and older versions of Puppet that have
|
|
275
275
|
# the bug are no longer supported we can probably remove this code.
|
|
276
|
-
unless other_ref =~ /^[A-Z][a-z0-9_-]*(::[A-Z][a-z0-9_-]*)*\[.*\]/
|
|
276
|
+
unless other_ref =~ /^[A-Z][a-z0-9_-]*(::[A-Z][a-z0-9_-]*)*\[.*\]/m
|
|
277
277
|
rel = edge_to_s(resource_hash_to_ref(resource_hash), other_ref, param)
|
|
278
278
|
raise Puppet::Error, "Invalid relationship: #{rel}, because " +
|
|
279
279
|
"#{other_ref} doesn't seem to be in the correct format. " +
|