Navigation Menu

Skip to content
This repository has been archived by the owner on Jun 11, 2019. It is now read-only.

Commit

Permalink
Could not look up qualified variable 'mysql::params::package_client'
Browse files Browse the repository at this point in the history
  • Loading branch information
alvagante committed Sep 9, 2014
1 parent d31da8c commit 5c4f072
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions manifests/client.pp
Expand Up @@ -8,9 +8,7 @@
class mysql::client (
$package = $mysql::params::package_client,
$version = 'present'
) {

include mysql::params
) inherits mysql::params {

package { 'mysql-client':
ensure => $version,
Expand Down

0 comments on commit 5c4f072

Please sign in to comment.