vagrant-bolt 0.2.0 → 0.2.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
  SHA256:
3
- metadata.gz: 534ab9c0b5855064fd04ab2ff43924dd4fcf64360d9505deb9fa1c87fa80dd87
4
- data.tar.gz: f0a2dbbaf6dc37a1dcb3bd014eacc01b7b3b2ea0e3fab04089546490b206463e
3
+ metadata.gz: e9d03a761285c5908c03130961208c1bdba05835f96cbebdaadefa0a5e5379d4
4
+ data.tar.gz: 4df11b142b911d3f71306f1a99de585bdb1375b0fbcc20bb0b2fafc630f24fda
5
5
  SHA512:
6
- metadata.gz: de73c711587dbff8917abfed452aef34ba2fabca22f67d79b291ec9a5548ac279617065e9d8e7cadde3ee05b57d3d79e5781b53d0f06bd1e97ec8b8ff671590d
7
- data.tar.gz: 8afd8928752874c3d93bf64cc7de893542138a8ee5a7d0b4ac4617410a0f505cb70d8f7ad7aed9df2fc6a473aebab5817e21efb7bade5cfdcbcf19cba4e80f38
6
+ metadata.gz: 5378d353881473477b724456fa94c7a2188bf788ade2553c1139cd2c3a091f130793594ea73f02007099f42349ae0a4033c29b275f2b73f75f0e2c4c67496986
7
+ data.tar.gz: 5b3ceec04cc8c543bb93eb7a3218261772081a146bd84f09df9d80ccb24f3355801cf032f8976dc25906dc22318e2db5603d2e403c3d751310a34f98ff46a59a
data/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # Changelog
2
2
 
3
+ ## [v0.2.1](https://github.com/oscar-stack/vagrant-bolt/tree/v0.2.1) (2020-03-23)
4
+
5
+ [Full Changelog](https://github.com/oscar-stack/vagrant-bolt/compare/v0.2.0...v0.2.1)
6
+
7
+ **Closed issues:**
8
+
9
+ - Replace bolt argument nodes with targets [\#13](https://github.com/oscar-stack/vagrant-bolt/issues/13)
10
+
11
+ **Merged pull requests:**
12
+
13
+ - Fix config builder role filtering [\#15](https://github.com/oscar-stack/vagrant-bolt/pull/15) ([jarretlavallee](https://github.com/jarretlavallee))
14
+
3
15
  ## [v0.2.0](https://github.com/oscar-stack/vagrant-bolt/tree/v0.2.0) (2020-02-26)
4
16
 
5
17
  [Full Changelog](https://github.com/oscar-stack/vagrant-bolt/compare/v0.1.2...v0.2.0)
@@ -47,7 +47,7 @@ ConfigBuilder::Model::VM.prepend(VagrantBolt::ConfigBuilder::MonkeyPatches)
47
47
  # Allow for the role filter to handle bolt configs and bolt_triggers
48
48
  # @!visibility private
49
49
  module VagrantBolt::ConfigBuilder::MonkeyPatches::FilterRoles
50
- def merge_targets!(left, right)
50
+ def merge_nodes!(left, right)
51
51
  super.tap do |result|
52
52
  array_keys = ['bolt_triggers']
53
53
  array_keys.each do |key|
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module VagrantBolt
4
- VERSION = '0.2.0'
4
+ VERSION = '0.2.1'
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: vagrant-bolt
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jarret Lavallee
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-02-26 00:00:00.000000000 Z
11
+ date: 2020-03-23 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: " Vagrant provisioning with Puppet Bolt\n"
14
14
  email: