itamae-plugin-recipe-daddy 0.1.27 → 0.1.28

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
  SHA256:
3
- metadata.gz: 1d878ba8ee3be1b70beaeb1376cda18878d66fb40d126a6b2f12760533a84dd8
4
- data.tar.gz: f4a5a9afa634b77f149feb3f71b172a92fa115f98321251cb0a24a95300c53b3
3
+ metadata.gz: dc22fac5e5908eea956d693d3fa37bead87626228099398470577eae96779794
4
+ data.tar.gz: be22bd776fed3e1c9e84d0abbd8cf0976fa59b76cc185b251c6868f5c4132cec
5
5
  SHA512:
6
- metadata.gz: 1d7ccf2d1d2dda32cb7070dc8a5f4b49a2ea853f74899edd37b83fe019c1b86c142b2993ee793de2db9075c7a1e7dac7a407677cc621327c7537dbb808680621
7
- data.tar.gz: 9c466207138bb6e68b7aa410de8e8ec8db1ddb922fc3f5340ff3f91bd875fa92ba5a6a25e15214b7bc15570adb6426c3295c36ec673a6c216d8a6d721c19e455
6
+ metadata.gz: 721a94ba06aaed2f3ebd9d6c1c06d4a9b38a396c32591f42f235690ea27a358a3becc5d431d21bf55cbb621b2b9c3657e825512cc7fa7a8646014bee1f971452
7
+ data.tar.gz: 8898a1b4dbc315c5826e94711a5a9567e45c406639355362a885276142e66cb9fec26ee8b6c781b934e0635f1f05eb918122887913d68224a4da21a727c40251
@@ -36,7 +36,7 @@ execute 'yum clean all' do
36
36
  subscribes :run, "template[/etc/yum.repos.d/mysql-community.repo]", :immediately
37
37
  end
38
38
 
39
- execute 'yum clean all' do
39
+ execute 'rpm --import https://repo.mysql.com/RPM-GPG-KEY-mysql-2022' do
40
40
  user 'root'
41
41
  action :nothing
42
42
  subscribes :run, "template[/etc/pki/rpm-gpg/RPM-GPG-KEY-mysql]", :immediately
@@ -1,5 +1,5 @@
1
1
  module ItamaePluginRecipeDaddy
2
- VERSION = '0.1.27'
2
+ VERSION = '0.1.28'
3
3
 
4
4
  NGINX_VERSION = [
5
5
  NGINX_VERSION_MAJOR = '1',
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: itamae-plugin-recipe-daddy
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.27
4
+ version: 0.1.28
5
5
  platform: ruby
6
6
  authors:
7
7
  - ichy