itamae-plugin-resource-firewalld 0.0.4 → 0.0.5

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: 8d80a59f2819cc119c1fd5afcadec1b8d6a17ca8
4
- data.tar.gz: 46510fdb47e85134e1457bff2c1e88fd36a1d7c7
3
+ metadata.gz: ecfc329d9c4b178963b42cd2158ece91a45a09c7
4
+ data.tar.gz: 0b1aecf2a70e5ebd83b74c57ac2731239e54ffe6
5
5
  SHA512:
6
- metadata.gz: 3a121e3fd438ef967800dc202b1097e818dd38940372720ca89a9677f03e62f51d71e42361c5e356cc6fef60144eff8ec5168ab8ba50d1810d0694951093a5f3
7
- data.tar.gz: 46ba47924f60473cd21ab0b1dfbe1e1b4f70f3160a028b657525f3b3d5fb2e96cc2f05dbc5d322a87d3014e1369f7d63fbbe37b3b24a22323c629e8115223408
6
+ metadata.gz: 13882c1f745cc3ed1c003e5d7f258beb15247d4f64495252d7a43f1b64ab8562c6b5c77cfa6f53f9d5374c56e309429bae658ea4de7c0d5028af398108f5ec24
7
+ data.tar.gz: 1e0c4ee9bcbac634088d227dd6061303faf57ac47123c22bb1302e4bd57e44db5d890f26c7f3eb150243e9ba26292275c27bb2bcc492726a6abf6d34684950bc
data/examples/README.md CHANGED
@@ -40,7 +40,8 @@ $ bundle exec itamae ssh -h default --vagrant recipe.rb
40
40
  INFO : service[firewalld-add-service]
41
41
  INFO : action: restart
42
42
  INFO : service[firewalld]
43
- INFO : action: restart```
43
+ INFO : action: restart
44
+ ```
44
45
 
45
46
  ### Confirmation
46
47
 
@@ -2,7 +2,7 @@ module Itamae
2
2
  module Plugin
3
3
  module Resource
4
4
  module Firewalld
5
- VERSION = "0.0.4"
5
+ VERSION = "0.0.5"
6
6
  end
7
7
  end
8
8
  end
@@ -68,7 +68,7 @@ module Itamae
68
68
  local_path = build_xmlfile_on_local
69
69
  remote_path = ::File.join(runner.tmpdir, Time.now.to_f.to_s)
70
70
 
71
- send_file(local_path, remote_path)
71
+ backend.send_file(local_path, remote_path)
72
72
  remote_path
73
73
  end
74
74
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: itamae-plugin-resource-firewalld
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.4
4
+ version: 0.0.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Wataru MIYAGUNI
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-04-02 00:00:00.000000000 Z
11
+ date: 2015-07-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -138,7 +138,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
138
138
  version: '0'
139
139
  requirements: []
140
140
  rubyforge_project:
141
- rubygems_version: 2.2.2
141
+ rubygems_version: 2.4.5
142
142
  signing_key:
143
143
  specification_version: 4
144
144
  summary: Itamae resource plugin to manage firewalld.