adapt to new common module

This commit is contained in:
Jerome Charaoui 2010-05-07 17:59:42 -04:00
parent bd305f66b2
commit bc7146f1db
2 changed files with 2 additions and 1 deletions

View file

@ -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
View file