foreman_remote_execution 2.0.9 → 2.0.10
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
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: f1388b76bd51fc62c909952fde2a9e3110ce5829e5e823680b64fabf14b9911d
|
4
|
+
data.tar.gz: cab4201ed3465206b4f42af6d76af8b87a207b1a67a2564a0c49523cd1a72110
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: a69676ea76f8947253f94a9d54e1b50d5d82dd9e669c77c38e01f3d5de8175995a5e08b4fdbc676d20c486b87981889ea4b662ff8b7fc47dcd3e7eb7cb72f799
|
7
|
+
data.tar.gz: 67ae194c5a30d7bfb121b600bfe90ec4573c259b06350e98f1ba3551b977452b0e27fe687129af021bb14a2891909a99c83bb8ea4290b99b24d39667f06aa525
|
@@ -31,6 +31,9 @@ end
|
|
31
31
|
child :template_invocations do
|
32
32
|
attributes :template_id, :template_name
|
33
33
|
child :input_values do
|
34
|
-
attributes :template_input_name, :template_input_id
|
34
|
+
attributes :template_input_name, :template_input_id
|
35
|
+
node :value do |iv|
|
36
|
+
iv.template_input.respond_to?(:hidden_value) && iv.template_input.hidden_value? ? '*' * 5 : iv.value
|
37
|
+
end
|
35
38
|
end
|
36
39
|
end
|