Details
-
Bug
-
Status: Closed
-
High
-
Resolution: Fixed
-
None
-
None
-
None
-
2
-
Bug Fix
-
Description
Related to puppetlabs/mysql module
Error: Transaction store file /opt/puppetlabs/puppet/cache/state/transactionstore.yaml is corrupt ((/opt/puppetlabs/puppet/cache/state/transactionstore.yaml): Tried to load unspecified class: Puppet::Provider::MysqlLoginPath::Sensitive); replacing |
Wrapped exception:
|
Tried to load unspecified class: Puppet::Provider::MysqlLoginPath::Sensitive |
mysql_login_path { 'client': |
ensure => present,
|
owner => 'root', |
host => 'localhost', |
user => 'root', |
password => Sensitive($password),
|
port => 3306, |
require => [Package[$require_package_name]]
|
}
|
snippet of the transactionstore.yaml are as so:
2067 Mysql_login_path[client]:
|
2068 parameters:
|
2069 ensure:
|
2070 system_value:
|
2071 - present
|
2072 host:
|
2073 system_value:
|
2074 - localhost
|
2075 user:
|
2076 system_value:
|
2077 - root
|
2078 password:
|
2079 system_value:
|
2080 - !ruby/object:Puppet::Provider::MysqlLoginPath::Sensitive
|
2081 value: redacted
|
2082 port:
|
2083 system_value:
|
2084 - 3306
|
|
Attachments
Issue Links
- clones
-
PUP-6629 Corrective Change YAML file causes errors when type parameter is a complex type
-
- Closed
-
- is duplicated by
-
PUP-6630 Puppet-agent 4.6.0 throws transactionstore.yaml is corrupt with puppetlabs-acl module on Windows
-
- Closed
-
- relates to
-
MODULES-5051 ACL 2.0 doesn't work with corrective change
-
- Ready for Engineering
-
-
PCP-542 Console displays error about last_run_report.yaml could not be loaded with undefined class/module, after successfully applying a Puppet manifest
-
- Closed
-
-
MODULES-3766 ACL - ace should appear as a hash so it gets serialized/deserialized properly
-
- Ready for Engineering
-
-
PUP-6295 Include corrective_change field in reports
-
- Closed
-