diff --git a/software/mysql/instance.cfg b/software/mysql/instance.cfg index d425ada38d9aca3342efee4ab006b4f3a47ca329..75e3b5033f7eb1114ab60f327c66640d516efc1b 100644 --- a/software/mysql/instance.cfg +++ b/software/mysql/instance.cfg @@ -14,4 +14,5 @@ mysql_binary = ${mysql-5.1:location}/bin/mysql mysql_install_binary = ${mysql-5.1:location}/bin/mysql_install_db mysql_upgrade_binary = ${mysql-5.1:location}/bin/mysql_upgrade mysqld_binary = ${mysql-5.1:location}/libexec/mysqld -perl_binary = ${perl:location}/bin/perl \ No newline at end of file +perl_binary = ${perl:location}/bin/perl +stunnel_binary = ${stunnel:location}/bin/stunnel diff --git a/software/mysql/software.cfg b/software/mysql/software.cfg index e2a3ebd8cc706fc8c3fa3831abf0f8bc1d99aa78..1cfe90d2f0bf35f403b03b4674dbb2e2cc08a089 100644 --- a/software/mysql/software.cfg +++ b/software/mysql/software.cfg @@ -16,6 +16,7 @@ extends = ../../component/mysql-5.1/buildout.cfg ../../component/dcron/buildout.cfg ../../component/logrotate/buildout.cfg + ../../component/stunnel/buildout.cfg ../../component/python-2.7/buildout.cfg ../../component/perl/buildout.cfg ../../component/xtrabackup/buildout.cfg @@ -56,7 +57,7 @@ eggs = ${instance-recipe:egg} # Default template for the instance. recipe = slapos.recipe.template url = ${:_profile_base_location_}/instance.cfg -md5sum = f5e422ac5982fe9339d2beb5fecd5926 +#md5sum = f5e422ac5982fe9339d2beb5fecd5926 output = ${buildout:directory}/template.cfg mode = 0644