Added mythtv user and group to mythtv backend installation.
This commit is contained in:
parent
66c88cd9cd
commit
77e3fa32ce
2 changed files with 21 additions and 1 deletions
|
@ -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":
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue