Remove mysql::python class inclusion

Nodepool depends on PyMySql and installs it from pip as part of its
requirements. Therefore it is no longer necessary to include the
mysql::python class, which installs the python-mysqldb package from
Ubuntu packages. Removing this class inclusion will make transitioning
to an up-to-date version of the mysql puppet module easier, as the
current version moves the mysql::python class to
mysql::bindings::python.

Change-Id: I6ac8d7433d4a0a2c591f718e3b4579b27de67e24
This commit is contained in:
Colleen Murphy 2015-10-14 13:00:48 -07:00
parent e434cf7d15
commit 2a7b369cee
1 changed files with 0 additions and 1 deletions

View File

@ -46,7 +46,6 @@ class nodepool (
}
include ::mysql::server::account_security
include ::mysql::python
mysql::db { 'nodepool':
user => 'nodepool',