lib/recipes/centos/mysql.rb in capitate-0.2.3 vs lib/recipes/centos/mysql.rb in capitate-0.2.5
- old
+ new
@@ -9,10 +9,10 @@
<pre>set :mysql_admin_password_set, prompt.password('Mysql admin password (to set): ')</pre>\n
DESC
task :install do
# Settings
- fetch_or_default(:mysql_admin_password_set, prompt.password('Mysql admin password (to set): ', true))
+ fetch_or_default(:mysql_admin_password_set, prompt.password('Mysql admin password (to set): ', :verify => true))
# Install through package manager
yum.install([ "mysql", "mysql-devel", "mysql-server" ])
# Install service
\ No newline at end of file