From 2a7b369cee79a70130eba4e6ff8f8f9ac6c75aa6 Mon Sep 17 00:00:00 2001 From: Colleen Murphy Date: Wed, 14 Oct 2015 13:00:48 -0700 Subject: [PATCH] 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 --- manifests/init.pp | 1 - 1 file changed, 1 deletion(-) diff --git a/manifests/init.pp b/manifests/init.pp index 9807e9a..7e19a5c 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -46,7 +46,6 @@ class nodepool ( } include ::mysql::server::account_security - include ::mysql::python mysql::db { 'nodepool': user => 'nodepool',