itamae-plugin-resource-mail_alias 0.0.3 → 0.0.4

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 2bfc99c0d87c2fdff75b72f747f87c689a3b502d
4
- data.tar.gz: 0d83107f6a773d60ffa04990642fc8bf5ca68911
3
+ metadata.gz: 98b5f38239a33d2128f65bf8c36f81d0b5f57353
4
+ data.tar.gz: dbb2c96a9fedfb8b2e6dee54d027cd4e0ce2b55c
5
5
  SHA512:
6
- metadata.gz: cce90c23e4ef1fac299b4cd11da03e13b51f1e6242ae17902d4cae187ad4ac194af5b311587a55d7251f702970992619847dd1a41ed57db7a6670d417bf1d588
7
- data.tar.gz: 218780ea46d5d3b712048fea91f4c32cda818076de602b42ad84b662ab90e17fc7653b0164192da9c8ca5b7ce4da58f315ebf43fe21f5c528b9c317bde521656
6
+ metadata.gz: 269dbc81dcaacb3c27e9d12e8ca0cbe42c60d47f894042f94101c0e81074fc9b5de2bca1946e3ed17a6e7b8c4d0f375f3068c760470ace49d98927a9f815cdd4
7
+ data.tar.gz: 37e46b25fd0ab0675ff2c7515a6279525cbb88577698463050c099f05dc9a12e7cb59113706a0a3655769685edf9a102076bec5ca3939e4be727a196f01b2268
@@ -11,7 +11,7 @@ module Itamae
11
11
 
12
12
  def action_create(options)
13
13
  if !run_specinfra(:check_mail_alias_is_aliased_to, attributes.mail_alias, attributes.recipient)
14
- run_specinfra(:add_mail_alias, mail_alias, attributes.recipient)
14
+ run_specinfra(:add_mail_alias, attributes.mail_alias, attributes.recipient)
15
15
  end
16
16
  end
17
17
  end
@@ -4,7 +4,7 @@ module Itamae
4
4
  module Plugin
5
5
  module Resource
6
6
  class MailAlias < Itamae::Resource::Base
7
- VERSION = "0.0.3"
7
+ VERSION = "0.0.4"
8
8
  end
9
9
  end
10
10
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: itamae-plugin-resource-mail_alias
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.3
4
+ version: 0.0.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Gosuke Miyashita