itamae-plugin-recipe-daddy 0.1.29 → 0.1.30

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: b2b2f51b6c2f38705ea7b45f73a30e1233e1f66f1994764a93ac4b17621abc2f
4
- data.tar.gz: 23c5e880428152a138352ca983b0bd4944ee90dfe79ccaed3a3788704f2d1e70
3
+ metadata.gz: 0ef5243a319b90985ac9fe836ce84958c2d3aba97f2a76cfada37fae2fb3e45b
4
+ data.tar.gz: d40e2112058588322048c157e0ede84769e27ea9247ee278317317110fd5b5d3
5
5
  SHA512:
6
- metadata.gz: e54405661bc628266f6249d7c7fbb643187b9a9d0d293f269fea11287f02ac2a3924945196895d6cced39ef1ce283c6cbae429e370135c5e83798e46253408b3
7
- data.tar.gz: a48f0d116f44306645d1b7767ce55f740533bf628e4db9c39434c7e80a2b8af5cc3eabad5ab33ba2e0fdcec76ed010fb8a71b06f2fb8b400d2f848584564bc4c
6
+ metadata.gz: 550a3c7e7881ae9221390963251e36a7174d0cc91b1bd4b28ef5f79cfaeccf8bbd9a4832cb9d80e053bbcd1db2b795521f4c96ed3cc483d235119a7ede7787a7
7
+ data.tar.gz: 0e84ccfca252b3351e6f71cab8eb9fd6bfb1f8030e1505015f62d8a8783b7c24b32957a75f30df39412d2faf1a2c4bdbdbb6fababab00cde74205a2b8a576eff
@@ -1,7 +1,7 @@
1
1
  include_recipe 'daddy::mysql::common'
2
2
 
3
3
  case os_version
4
- when /rhel-7\.(.*?)/, /rhel-8\.(.*?)/
4
+ when /rhel-7\.(.*?)/
5
5
  package 'mysql-community-client' do
6
6
  user 'root'
7
7
  end
@@ -9,6 +9,14 @@ when /rhel-7\.(.*?)/, /rhel-8\.(.*?)/
9
9
  package 'mysql-community-devel' do
10
10
  user 'root'
11
11
  end
12
+ when /rhel-8\.(.*?)/
13
+ package 'mysql' do
14
+ user 'root'
15
+ end
16
+
17
+ package 'mysql-devel' do
18
+ user 'root'
19
+ end
12
20
  else
13
21
  raise I18n.t('itamae.errors.unsupported_os_version', os_version: os_version)
14
22
  end
@@ -1,5 +1,5 @@
1
1
  module ItamaePluginRecipeDaddy
2
- VERSION = '0.1.29'
2
+ VERSION = '0.1.30'
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.29
4
+ version: 0.1.30
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-15 00:00:00.000000000 Z
11
+ date: 2025-02-20 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: itamae