Displaying 1 result from an estimated 1 matches for "secretmysqlpassword".
2012 Jul 30
0
Defining node types in modules
...{
class { ''mysql'': }
# ''mysql::ruby'':
# ''mysql::server'':
mysql::ruby { ''bleh'': }
mysql::server { ''bleh'':
config_hash => { ''root_password'' => ''secretmysqlpassword'' }
}
}
--
You received this message because you are subscribed to the Google Groups "Puppet Users" group.
To view this discussion on the web visit https://groups.google.com/d/msg/puppet-users/-/KZ-cLZeN2dYJ.
To post to this group, send email to puppet-users@googlegroups...