summaryrefslogtreecommitdiff
path: root/platform.rb
diff options
context:
space:
mode:
authorelijah <elijah@riseup.net>2015-06-17 15:27:59 -0700
committerelijah <elijah@riseup.net>2015-06-17 15:27:59 -0700
commit8c184d4809b3e618d0d63b4825495787e3ba9255 (patch)
treed9250db1ef849397705ba478dfa7517c0af7ab68 /platform.rb
parent3c4c973a44a57a115de2f9a3e8bc67f0b74af3d1 (diff)
added support for `leap compile provider.json` (platform version now 0.7.1)
Diffstat (limited to 'platform.rb')
-rw-r--r--platform.rb9
1 files changed, 6 insertions, 3 deletions
diff --git a/platform.rb b/platform.rb
index bb77b0d9..82c25f8f 100644
--- a/platform.rb
+++ b/platform.rb
@@ -4,7 +4,7 @@
#
Leap::Platform.define do
- self.version = "0.7"
+ self.version = "0.7.1"
self.compatible_cli = "1.7.0".."1.7.99"
#
@@ -75,8 +75,11 @@ Leap::Platform.define do
:commercial_key => 'files/cert/#{arg}.key',
:commercial_csr => 'files/cert/#{arg}.csr',
:commercial_cert => 'files/cert/#{arg}.crt',
- :commercial_ca_cert => 'files/cert/commercial_ca.crt',
- :vagrantfile => 'test/Vagrantfile',
+ :commercial_ca_cert => 'files/cert/commercial_ca.crt',
+ :vagrantfile => 'test/Vagrantfile',
+ :static_web_provider_json => 'files/web/bootstrap/#{arg}/provider.json',
+ :static_web_htaccess => 'files/web/bootstrap/#{arg}/htaccess',
+ :static_web_readme => 'files/web/bootstrap/README',
# node output files
:hiera => 'hiera/#{arg}.yaml',