I include below line in site.pp file for quest mysql task 4:
include mysql::server::account_security
Then ran "puppet agent -t". It gave me below error:
[root@learning /etc/puppetlabs/code/environments/production/manifests]# puppet agent -t
Info: Retrieving pluginfacts
Info: Retrieving plugin
Info: Loading facts
Error: Could not retrieve catalog from remote server: Error 400 on SERVER: Invalid relationship: Mysql_user[root@127.0.0.1] { require => Anchor[mysql::server::end] }, because Anchor[mysql::server::end] doesn't seem to be in the catalog
Warning: Not using cache on failed catalog
Error: Could not retrieve catalog; skipping run
What is wrong here, I am doing?
↧