vagrant-dotvm 0.27.0 → 0.28.0

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: a3741c33af778361df094226b8ee04095478677e
4
- data.tar.gz: 070ffb7649d83eb279de16ef5da589b7fb89b2a3
3
+ metadata.gz: 6a2527750a2f973f4ac0c9b9b75d5e7a3cfcb5d4
4
+ data.tar.gz: 88c5a6389f2a8620b3aed92e5715e3f798441126
5
5
  SHA512:
6
- metadata.gz: e6d9a977df0c577e91d401bbe766f2672cbc67e53f13843f3448422e28ba1560e4c911e056bf1b4ac4766eabf28ca12dd6fb74bab0d88bcd46a5fc53a3b0ca0d
7
- data.tar.gz: be493b14ed0e792ec75182a336a587e6fc50cfa3bf8b5cb7eaddcab6af477d70ab30a5dd4faf5c4a36cc1df206fa4346ef6048c66bb0c31006ffdcf5d1bfa742
6
+ metadata.gz: 1d3a052f27a46c1ef196e1f4f6a1d51fb26b5153397ee55e7512c85ca0c6b94b38ac80682882970019a327657ae1af589a1f5a3e69dac203a1e90a92b874db1e
7
+ data.tar.gz: 488a44ccad456ec6622b057ce6ef87d8b52ef1123a4dee3e64466c94f68046dd3b4e9b4045c4b64bc01051856644d0a5bc02c7b4e86f071947441967a4839962
data/CHANGELOG.md CHANGED
@@ -1,3 +1,6 @@
1
+ # 0.28.0
2
+ * Ansible provision
3
+
1
4
  # 0.27.0
2
5
  * CFEngine provision
3
6
 
@@ -59,7 +59,6 @@ module VagrantPlugins
59
59
  attr_accessor :colorize
60
60
  attr_accessor :log_level
61
61
  attr_accessor :am_policy_hub
62
- attr_accessor :am_policy_hub
63
62
  attr_accessor :extra_agent_args
64
63
  attr_accessor :classes
65
64
  attr_accessor :deb_repo_file
@@ -75,6 +74,23 @@ module VagrantPlugins
75
74
  attr_accessor :yum_repo_file
76
75
  attr_accessor :yum_repo_url
77
76
  attr_accessor :package_name
77
+ attr_accessor :groups
78
+ attr_accessor :inventory_path
79
+ attr_accessor :playbook
80
+ attr_accessor :extra_vars
81
+ attr_accessor :sudo
82
+ attr_accessor :sudo_user
83
+ attr_accessor :ask_sudo_pass
84
+ attr_accessor :ask_vault_pass
85
+ attr_accessor :vault_password_file
86
+ attr_accessor :limit
87
+ attr_accessor :verbose
88
+ attr_accessor :tags
89
+ attr_accessor :skip_tags
90
+ attr_accessor :start_at_task
91
+ attr_accessor :raw_arguments
92
+ attr_accessor :raw_ssh_args
93
+ attr_accessor :host_key_checking
78
94
  end
79
95
  end
80
96
  end
@@ -92,7 +92,9 @@ module VagrantPlugins
92
92
  :orchestrations, :colorize, :log_level, :am_policy_hub, :extra_agent_args, :classes,
93
93
  :deb_repo_file, :deb_repo_line, :files_path, :force_bootstrap, :install, :mode,
94
94
  :policy_server_address, :repo_gpg_key_url, :run_file, :upload_path, :yum_repo_file,
95
- :yum_repo_url, :package_name,
95
+ :yum_repo_url, :package_name, :groups, :inventory_path, :playbook, :extra_vars,
96
+ :sudo, :sudo_user, :ask_sudo_pass, :ask_vault_pass, :vault_password_file, :limit,
97
+ :verbose, :tags, :skip_tags, :start_at_task, :raw_arguments, :raw_ssh_args, :host_key_checking,
96
98
  ].each do |opt|
97
99
  val = provision.send(opt)
98
100
  p.send("#{opt}=", val) unless val.nil?
@@ -1,5 +1,5 @@
1
1
  module VagrantPlugins
2
2
  module Dotvm
3
- VERSION = "0.27.0"
3
+ VERSION = "0.28.0"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: vagrant-dotvm
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.27.0
4
+ version: 0.28.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Krzysztof Magosa
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-07-23 00:00:00.000000000 Z
11
+ date: 2015-07-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler