vagrant-scriptrock 0.0.2 → 0.0.3

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 45dc1da91d13fea24545328b280aed4c9d788742
4
- data.tar.gz: f4888e9709252965f7ae3462d64f03300dcbb783
3
+ metadata.gz: 7e2c55ff93b7cc3a3b20de20bea5246cd2c9d5d3
4
+ data.tar.gz: 393fd217181267b7200a81f9500d97fcc6d5c6ea
5
5
  SHA512:
6
- metadata.gz: cfede4d389b1e9be1b55482d243c0714a9909c33a5415a98e62b99872455ad09f77d46e9e08dfad8a38a0d76b29fd4e542bbcb3468df491da7dfad409fd3f975
7
- data.tar.gz: 37ffa6df8acef865ca9804db91d3f77d5c2d11058a9ff16f4925644fe41910e14e833a3b5d1b0ea84d9286a3c24a7c66cd910d794ffac68aa5e6833a628c0056
6
+ metadata.gz: b7a613ead4ee41e8ae8603643d34f55ea6cc15d69cf0774863cf1e76a6737e26cae8908fb722f96a1fa50b529b77928f0c074d74f1f0def3d04b4dd7f800edf1
7
+ data.tar.gz: f85ec9679bdaf074b5647d52355aa2c2cb9b2c1f0c1b32796a2b4be00f52fdf154553eb9d9686120a89dbc08e15ce740c22150e24461b1dba740806c5a49b20f
@@ -13,7 +13,7 @@ module VagrantPlugins
13
13
  attr_accessor :ssh_pubkey
14
14
 
15
15
  def initialize
16
- @debug = true#false
16
+ @debug = false
17
17
  puts "config initialize" if @debug
18
18
  @scriptrock_yml_path = "~/.scriptrock/scriptrock.yml"
19
19
  @first_hop = UNSET_VALUE
@@ -5,7 +5,7 @@ module VagrantPlugins
5
5
  module ScriptRock
6
6
  class Provisioner < Vagrant.plugin("2", :provisioner)
7
7
  def initialize(machine, config)
8
- @debug = true#false
8
+ @debug = false
9
9
  @machine = machine
10
10
  @root_config = machine.config
11
11
  puts "provision initialize config" if @debug
@@ -1,5 +1,5 @@
1
1
  module VagrantPlugins
2
2
  module ScriptRock
3
- VERSION = "0.0.2"
3
+ VERSION = "0.0.3"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: vagrant-scriptrock
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Mark Sheahan