Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make sure the example is somewhat secure #638

Merged
merged 1 commit into from Jan 22, 2015

Conversation

dveeden
Copy link
Contributor

@dveeden dveeden commented Jan 10, 2015

Setting a password for root@localhost, but leaving other accounts like root@127.0.0.1 unprotected leaves an false impression of security. This makes the example more secure.

@@ -53,6 +53,7 @@ password or `/etc/my.cnf` settings, then you must also pass in an override hash:
```puppet
class { '::mysql::server':
root_password => 'strongpassword',
remove_default_accounts => true,
override_options => $override_options
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could you align these arrows? Thanks!

@dveeden
Copy link
Contributor Author

dveeden commented Jan 17, 2015

I've aligned the arrows

underscorgan pushed a commit that referenced this pull request Jan 22, 2015
Make sure the example is somewhat secure
@underscorgan underscorgan merged commit 9a613bb into puppetlabs:master Jan 22, 2015
@underscorgan
Copy link
Contributor

Thanks @dveeden !

@hunner hunner added the bugfix label Jan 22, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants