chef-provisioning-azure 0.1 → 0.2
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
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 66c8e132474e2a8b048de47d9bd622dffc4b5d6d
|
4
|
+
data.tar.gz: 546d07efc616e3a0940d92858a4dc5070c56ee06
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ffccd9082ab50fca64d404bf2b9c46c8488831b6ce759b5beabb79c851c863403adc38d03c42aa2f55416ef504f1fe467273e947ec2017b3e8fa54fd35462882
|
7
|
+
data.tar.gz: 1ed382128951f4a2100d0d1ddfe1e9c5b8addca62db91d42c8ee0f3644fda73220af3bef9f68b436d79372bf64b39d41884eee16635845b054f70a026c4ef388
|
data/README.md
CHANGED
@@ -4,14 +4,6 @@
|
|
4
4
|
|
5
5
|
Implementation of an Azure driver that relies on the Azure SDK.
|
6
6
|
|
7
|
-
This is not quite ready for public consumption and is under active
|
8
|
-
development.
|
9
|
-
|
10
|
-
|
11
|
-
## DO NOT USE THIS FOR ANYTHING IMPORTANT
|
12
|
-
|
13
|
-
At least not yet, you have been warned :grin:
|
14
|
-
|
15
7
|
|
16
8
|
## What does it do?
|
17
9
|
|
File without changes
|
File without changes
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: chef-provisioning-azure
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: '0.
|
4
|
+
version: '0.2'
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- John Ewart
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2015-02-11 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: chef
|
@@ -106,14 +106,14 @@ files:
|
|
106
106
|
- README.md
|
107
107
|
- Rakefile
|
108
108
|
- lib/chef/provisioning/azure_driver.rb
|
109
|
-
- lib/chef/provisioning/azure_driver/azure_driver.rb
|
110
109
|
- lib/chef/provisioning/azure_driver/bootstrap_options.rb
|
111
110
|
- lib/chef/provisioning/azure_driver/constants.rb
|
112
111
|
- lib/chef/provisioning/azure_driver/credentials.rb
|
112
|
+
- lib/chef/provisioning/azure_driver/driver.rb
|
113
113
|
- lib/chef/provisioning/azure_driver/machine_options.rb
|
114
114
|
- lib/chef/provisioning/azure_driver/resources.rb
|
115
115
|
- lib/chef/provisioning/azure_driver/version.rb
|
116
|
-
- lib/chef/provisioning/driver_init/
|
116
|
+
- lib/chef/provisioning/driver_init/azure.rb
|
117
117
|
homepage: https://github.com/opscode/chef-provisioning-azure
|
118
118
|
licenses: []
|
119
119
|
metadata: {}
|