summaryrefslogtreecommitdiff
path: root/platform.rb
diff options
context:
space:
mode:
authorMicah Anderson <micah@leap.se>2015-06-11 12:10:09 -0400
committerMicah Anderson <micah@leap.se>2015-06-11 12:10:09 -0400
commitb429b30bda4dafc78cb02f6ece5d82f08e35de1f (patch)
tree37efc30a4fcb642dec583c3accea76f7a7de9c39 /platform.rb
parent67b2bea2dfcfb06191bf5ed562309f264c6aed8c (diff)
parentd9146415db0e6b7dd0c945039c0a4ed4fd054a7d (diff)
Merge tag '0.7.0'
Releasing 0.7.0
Diffstat (limited to 'platform.rb')
-rw-r--r--platform.rb8
1 files changed, 5 insertions, 3 deletions
diff --git a/platform.rb b/platform.rb
index c37b6d29..bb77b0d9 100644
--- a/platform.rb
+++ b/platform.rb
@@ -4,8 +4,8 @@
#
Leap::Platform.define do
- self.version = "0.6"
- self.compatible_cli = "1.6.1".."1.99"
+ self.version = "0.7"
+ self.compatible_cli = "1.7.0".."1.7.99"
#
# the facter facts that should be gathered
@@ -52,10 +52,12 @@ Leap::Platform.define do
:soledad_service_json_template => 'files/service-definitions/#{arg}/soledad-service.json.erb',
:smtp_service_json_template => 'files/service-definitions/#{arg}/smtp-service.json.erb',
- # custom puppet
+ # custom files
:custom_puppet_dir => 'files/puppet',
:custom_puppet_modules_dir => 'files/puppet/modules',
:custom_puppet_manifests_dir => 'files/puppet/manifests',
+ :custom_tests => 'files/tests',
+ :custom_bin => 'files/bin',
# output files
:facts => 'facts.json',