itamae-plugin-recipe-daddy 0.1.26 → 0.1.27

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: f1f7a508b8d101e0b12df6e2522b340a21bc1db48ba9d6c970cacda3c79643c6
4
- data.tar.gz: 631219c5644e183aaf0a47db40c02decc4a23ea0a2c9b7b1d29e7d2ac1fd275a
3
+ metadata.gz: 1d878ba8ee3be1b70beaeb1376cda18878d66fb40d126a6b2f12760533a84dd8
4
+ data.tar.gz: f4a5a9afa634b77f149feb3f71b172a92fa115f98321251cb0a24a95300c53b3
5
5
  SHA512:
6
- metadata.gz: b1a3293be04083f380b737d8ffbc33b66c06898259ca4327cd409ef20f3540510c24e6bbf25d2fff1cd96455ec781673ab0acd58f0b727034bb89b625b3a8d6b
7
- data.tar.gz: a1575d17ecd422acb2af24d245c97ed432b6997e9b6cd1cdb48617e4b86e3b44eb33f6295e777ebdc61b3c36fd51050a04689a29a7a5fdace0a833a94a27abd8
6
+ metadata.gz: 1d7ccf2d1d2dda32cb7070dc8a5f4b49a2ea853f74899edd37b83fe019c1b86c142b2993ee793de2db9075c7a1e7dac7a407677cc621327c7537dbb808680621
7
+ data.tar.gz: 9c466207138bb6e68b7aa410de8e8ec8db1ddb922fc3f5340ff3f91bd875fa92ba5a6a25e15214b7bc15570adb6426c3295c36ec673a6c216d8a6d721c19e455
@@ -35,3 +35,9 @@ execute 'yum clean all' do
35
35
  action :nothing
36
36
  subscribes :run, "template[/etc/yum.repos.d/mysql-community.repo]", :immediately
37
37
  end
38
+
39
+ execute 'yum clean all' do
40
+ user 'root'
41
+ action :nothing
42
+ subscribes :run, "template[/etc/pki/rpm-gpg/RPM-GPG-KEY-mysql]", :immediately
43
+ end
@@ -1,5 +1,5 @@
1
1
  module ItamaePluginRecipeDaddy
2
- VERSION = '0.1.26'
2
+ VERSION = '0.1.27'
3
3
 
4
4
  NGINX_VERSION = [
5
5
  NGINX_VERSION_MAJOR = '1',
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: itamae-plugin-recipe-daddy
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.26
4
+ version: 0.1.27
5
5
  platform: ruby
6
6
  authors:
7
7
  - ichy
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2025-02-09 00:00:00.000000000 Z
11
+ date: 2025-02-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: itamae