search for: pmast1

Displaying 1 result from an estimated 1 matches for "pmast1".

Did you mean: pmast
2012 Aug 01
0
Issues with some modules !!!
...ttps://github.com/puppetlabs/puppetlabs-mysql What I am observing is mysql is gets installed and everything but no db is added, also intermittently the password is not set, it is neither not blank nor does it set the password that I have mentioned. The nodes.pp that I am using is as follows [root@pmast1 manifests]# cat /etc/puppet/manifests/nodes.pp class baseclass { class { ''mysql'': } class { ''mysql::server'': #config_hash => { ''root_password'' => ''mypass'' } } mysql::db { ''mydb'': user => ''...