Closed

Description
When using the root_password
option in the pillar.example to set the root password, I am unable to login as root using the root password:
sudo salt-call pillar.get mysql
local:
----------
server:
----------
root_password:
xxx
root_user:
root
The login attempt:
mysql -u root -p
Enter password:
ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using password: YES)
The output from debconf:
----------
ID: mysql_debconf
Function: debconf.set
Name: mysql-server
Result: True
Comment:
Started: 14:59:59.839264
Duration: 1488.64 ms
Changes:
----------
mysql-server/root_password:
(password hidden)
mysql-server/root_password_again:
(password hidden)
mysql-server/start_on_boot:
true
Metadata
Metadata
Assignees
Labels
No labels