supply_drop 0.8.0 → 0.8.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/README.md +3 -2
  2. data/lib/supply_drop.rb +1 -1
  3. metadata +3 -3
data/README.md CHANGED
@@ -72,9 +72,10 @@ these are patterns that are passed as rsync --exclude flags when pushing your pu
72
72
 
73
73
  determines whether the rsync commands for multiple servers are run in parallel threads or serially
74
74
 
75
- set :puppet_syntax_check, true
75
+ set :puppet_syntax_check, false
76
76
 
77
- when true, will syntax check your puppet files and erb templates before rsyncing them to your servers.
77
+ when true, will syntax check your puppet files and erb templates before rsyncing them to your servers. This is an
78
+ experimental feature and is quite slow at the moment.
78
79
 
79
80
  set :puppet_write_to_file, nil
80
81
 
data/lib/supply_drop.rb CHANGED
@@ -17,7 +17,7 @@ Capistrano::Configuration.instance.load do
17
17
  set :puppet_excludes, %w(.git .svn)
18
18
  set :puppet_stream_output, false
19
19
  set :puppet_parallel_rsync, true
20
- set :puppet_syntax_check, true
20
+ set :puppet_syntax_check, false
21
21
  set :puppet_write_to_file, nil
22
22
 
23
23
  namespace :bootstrap do
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: supply_drop
3
3
  version: !ruby/object:Gem::Version
4
- hash: 63
4
+ hash: 61
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 8
9
- - 0
10
- version: 0.8.0
9
+ - 1
10
+ version: 0.8.1
11
11
  platform: ruby
12
12
  authors:
13
13
  - Tony Pitluga