dust-deploy 0.13.7 → 0.13.8

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.
data/changelog.md CHANGED
@@ -1,7 +1,7 @@
1
1
  Changelog
2
2
  =============
3
3
 
4
- 0.13.7
4
+ 0.13.8
5
5
  ------------
6
6
 
7
7
  - introduces @node.package_min_version? to check if a package is at least version x.
@@ -62,7 +62,10 @@ class Iptables < Recipe
62
62
  '/etc/network/if-pre-up.d/ip6tables' ]
63
63
 
64
64
  files.each do |file|
65
- @node.rm(file) if @node.file_exists?(file, :quiet => true)
65
+ if @node.file_exists?(file, :quiet => true)
66
+ @node.messages.add("found old iptables script '#{file}', removing").warning
67
+ @node.rm(file, :indent => 2)
68
+ end
66
69
  end
67
70
  end
68
71
 
data/lib/dust/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Dust
2
- VERSION = "0.13.7"
2
+ VERSION = "0.13.8"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: dust-deploy
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.13.7
4
+ version: 0.13.8
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: