add $module_dir_path in modules_dir define for compatibility with David Schmitt's module

This commit is contained in:
Jerome Charaoui 2010-02-15 14:15:03 -05:00 committed by Micah Anderson
parent 9a70828ea0
commit 9f33629630

View file

@ -33,3 +33,7 @@ define module_dir (
{
modules_dir{$name: mode => $mode, owner => $owner, group => $group }
}
# Use this variable to reference the base path. Thus you are safe from any
# changes.
$module_dir_path = '/var/lib/puppet/modules'