From e1d946650cb8e0ebc5f93446a2e3b14a5ffb7f34 Mon Sep 17 00:00:00 2001 From: Julien Moutinho Date: Sat, 16 Mar 2013 01:04:01 +0100 Subject: [PATCH] Ajout : vm_hosted : rule_mysql_configure . --- vm_hosted | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/vm_hosted b/vm_hosted index 2660859..004ac64 100755 --- a/vm_hosted +++ b/vm_hosted @@ -600,6 +600,10 @@ rule_mail_configure () { rule procmail_configure rule dovecot_configure } +rule_mysql_configure () { + rule apt_get_install mysql-server-5.5 + sudo service mysql restart + } rule_network_configure () { sudo install -m 644 -o root -g root /dev/stdin /etc/hostname <<-EOF $vm -- 2.20.1