Joel Wilson
10/27/2022, 9:28 PMclasses:
puppet::params:
version: 6Brian Schonecker
10/27/2022, 10:07 PMmysql::server::override_options:
mysqld:
pid-file: "/var/lib/mysql/%{::fqdn}.pid"Brian Schonecker
10/27/2022, 10:07 PMmysql::server::override_options:
mysqld:
pid-file: "/var/lib/mysql/%{::fqdn}.pid"Brian Schonecker
10/27/2022, 10:08 PMmysql::server::override_options:
mysqld:
pid-file: "/var/lib/mysql/%{::fqdn}.pid"
FYI: I have to do this because the puppet-mysql module doesn't quite support MariaDB Enterprise because /var/run/mariadb directory is neither created by the mariadb RPM nor the puppet-mysql module.Brian Schonecker
10/27/2022, 10:08 PMmysql::server::override_options:
mysqld:
pid-file: "/var/lib/mysql/%{::fqdn}.pid"
FYI: I have to do this because the puppet-mysql module doesn't quite support MariaDB Enterprise because /var/run/mariadb directory (the default that puppet-mysql configures) is neither created by the mariadb RPM nor the puppet-mysql module.krishna kant mishra
10/28/2022, 7:03 AMkrishna kant mishra
10/28/2022, 7:04 AMkrishna kant mishra
10/28/2022, 7:23 AMkrishna kant mishra
10/28/2022, 7:24 AMDavid Sandilands
10/28/2022, 7:44 AMkrishna kant mishra
10/28/2022, 7:44 AMkrishna kant mishra
10/28/2022, 7:45 AMcsharpsteen
10/28/2022, 12:49 PM\0, the null byte.saz
10/28/2022, 1:56 PMYorokobi
10/28/2022, 1:58 PMsaz
10/28/2022, 1:58 PMYorokobi
10/28/2022, 1:58 PMsaz
10/28/2022, 1:59 PMYorokobi
10/28/2022, 1:59 PMsaz
10/28/2022, 2:00 PMYorokobi
10/28/2022, 2:02 PMYorokobi
10/28/2022, 2:04 PMYorokobi
10/28/2022, 2:04 PMYorokobi
10/28/2022, 2:05 PMAlex Fisher
10/28/2022, 3:05 PMRobert FD
10/28/2022, 3:22 PMpuppetlabs-mysql.Dr Bunsen Honeydew
10/28/2022, 3:22 PMpuppetlabs-mysql module at https://forge.puppet.com/puppetlabs/mysql?src=slack&channel=puppetSlackbot
10/28/2022, 5:06 PMBrian Schonecker
10/28/2022, 5:06 PMNotice: /Stage[main]/Subscription_manager::Config/Rhsm_register[<http://subscription.rhn.redhat.com|subscription.rhn.redhat.com>]/ensure: created (corrective)
The other problem that I have is that I'm unsure how to enforce that the subscription-manager module runs before everything because yum/dnf and everything relying on rpm-based packages relies on the system being subscribed properly to Red Hat (or in my case an internal RH Satellite server).
I'm using Terraform to create the virtual machines on both VMWare and Oracle cloud. I have cloud-init at my disposal on Oracle cloud but not in the VMware environment. Terraform clones a gold image that I have that is not registered to my satellite server because if it were registered, the cloning of that gold image would cause subscription manager issues on the newly-provisioned server.
I'm open for suggestions. I can deal with the Notice: happening as it's more annoying than anything else but I've not been successful in guaranteeing that the subscription manager module runs before everything else.