adapt to new common module
This commit is contained in:
parent
bd305f66b2
commit
bc7146f1db
2 changed files with 2 additions and 1 deletions
|
@ -1,6 +1,7 @@
|
|||
class mysql::server {
|
||||
|
||||
$mysql_moduledir = "${module_dir_path}/mysql"
|
||||
include common::moduledir
|
||||
$mysql_moduledir = "${common::moduledir::module_dir_path}/mysql"
|
||||
module_dir { ['mysql', 'mysql/server']: }
|
||||
|
||||
case $operatingsystem {
|
||||
|
|
0
tests/run_tests
Executable file → Normal file
0
tests/run_tests
Executable file → Normal file
Loading…
Reference in a new issue