Red Hat: Cleanup cloud::sql

Clean a test where it fails when the class is called from a OS different
from Red Hat or Debian families.
This is already tested in cloud::init class.

Signed-off-by: Emilien Macchi <emilien.macchi@enovance.com>
This commit is contained in:
Emilien Macchi
2014-04-01 14:19:34 +02:00
parent ca7bb82ca5
commit 8a8dab790d

View File

@@ -110,9 +110,6 @@ class cloud::database::sql (
require => Exec['clean-mysql-binlog'],
}
}
default: {
err "${::osfamily} not supported yet"
}
}
# This is due to this bug: https://bugs.launchpad.net/codership-mysql/+bug/1087368