Merge pull request #119 from Savar/only_doc_fix

Only a simple documentation fix.
This commit is contained in:
Hunter Haugen 2012-10-03 10:19:05 -07:00
commit df46407260

View file

@ -39,7 +39,7 @@
# settings => "[mysqld]\nskip-external-locking\n" # settings => "[mysqld]\nskip-external-locking\n"
# } # }
# #
# This will create the file /etc/mysql/conf.d/10_basic_config.cnf with # This will create the file /etc/mysql/conf.d/basic_config.cnf with
# the following content: # the following content:
# #
# [mysqld] # [mysqld]
@ -67,7 +67,7 @@
# } # }
# } # }
# #
# This will create the file /etc/mysql/conf.d/14_basic_config.cnf with # This will create the file /etc/mysql/conf.d/basic_config.cnf with
# the following content: # the following content:
# #
# [mysqld] # [mysqld]
@ -104,7 +104,7 @@ define mysql::server::config (
if $notify_service { if $notify_service {
File["/etc/mysql/conf.d/${name}.cnf"] { File["/etc/mysql/conf.d/${name}.cnf"] {
# XXX notifing the Service gives us a dependency circle but I don't understand why # XXX notifying the Service gives us a dependency circle but I don't understand why
notify => Exec['mysqld-restart'] notify => Exec['mysqld-restart']
} }
} }