From 3a9d18c6797c09b2039211ce461a33408bb57d34 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timo=20M=E4kinen?= Date: Fri, 18 Oct 2013 15:44:35 +0300 Subject: [PATCH] mythtv: Removed mysql::client depency. --- mythtv/manifests/init.pp | 2 -- 1 file changed, 2 deletions(-) diff --git a/mythtv/manifests/init.pp b/mythtv/manifests/init.pp index c6375d3..10519e3 100644 --- a/mythtv/manifests/init.pp +++ b/mythtv/manifests/init.pp @@ -30,8 +30,6 @@ class mythtv::backend { include user::system realize(User["mythtv"], Group["mythtv"]) - include mysql::client - package { [ "mythtv-backend", "mythtv-setup",