shards 2.6.pre.rc1 → 2.6.pre.rc2
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/Gemfile.lock +1 -1
- data/lib/settings/workflows/base.yaml +3 -3
- data/lib/settings/workflows/fingerprints_by_api.yaml +1 -1
- data/lib/shards/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: f33894e2cbca652dbbfda6a5497df61de900532b23f19461a6d4f943b17ae8e8
|
|
4
|
+
data.tar.gz: 03dc378b3cf0ad361f249a4c72cd440e897c319e8ce5512008788285538f8071
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: ae7d83e38fa8e928d247002b5410e5794c59b25bcb71f4fe1c46c2ca4aff78972874eff12c00ef9213dfb353a3fa8a067bf457cbee4e6b8ca1da5ad36de7e26f
|
|
7
|
+
data.tar.gz: e498a4ef0061b82bb00a29abf4a8f550c4b577ecef21f3d16e7ce710d841a43c177db38bb5fe70dbaee4bafc454f557be7f9229fee2ba44a525d7e929a674826
|
data/Gemfile.lock
CHANGED
|
@@ -65,11 +65,11 @@ shared_steps:
|
|
|
65
65
|
|
|
66
66
|
loop_step:
|
|
67
67
|
correct: puppet_agent_update
|
|
68
|
-
message: The step %s will be executed
|
|
68
|
+
message: The step %s will be executed and then wait %d seconds to the next loop.
|
|
69
69
|
wrong: finish
|
|
70
70
|
wrong_message: This is the %dth loop. The maximun is (%d).
|
|
71
|
-
total_loops:
|
|
72
|
-
seconds_between_loop:
|
|
71
|
+
total_loops: 5
|
|
72
|
+
seconds_between_loop: 180
|
|
73
73
|
|
|
74
74
|
dns_upsert:
|
|
75
75
|
message: The dns record with the host %s has been succesfully created.
|
data/lib/shards/version.rb
CHANGED