Added mythtv user and group to mythtv backend installation.

This commit is contained in:
Timo Mkinen 2009-11-26 22:24:18 +02:00
parent 66c88cd9cd
commit 77e3fa32ce
2 changed files with 21 additions and 1 deletions

View file

@ -27,12 +27,17 @@ class mythtv::backend {
$mythtv_dbname = "mythconverg"
}
include user::system
realize(User["mythtv"], Group["mythtv"])
package { ["mythtv-backend",
"mythtv-setup",
"mythtv-docs",
"perl-DBD-MySQL",
"mysql", ]:
ensure => installed,
ensure => installed,
require => [ User["mythtv"],
Group["mythtv"], ],
}
file { "/etc/mythtv/mysql.txt":