Fixed mysql::client for Ubuntu.
This commit is contained in:
parent
e04178d0e3
commit
611fdd6b81
1 changed files with 4 additions and 0 deletions
|
@ -5,6 +5,10 @@ class mysql::client {
|
|||
|
||||
package { "mysql":
|
||||
ensure => installed,
|
||||
name => $::operatingsystem ? {
|
||||
"ubuntu" => "mysql-client",
|
||||
default => "mysql",
|
||||
},
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue