Pass correct mount dir to swift::storage::mount

Previously, swift::storage::xfs was not passing
the correct variable for mnt_base_dir to
swift::storage::mount. $mount_base_dir was incorrectly
specified.

This commit resolves this mistake and ensures that the correct
variable is passed.
This commit is contained in:
Dan Bode 2012-02-26 21:09:50 -08:00
parent 6705d556cf
commit 272937ed9c

View File

@ -27,7 +27,7 @@ define swift::storage::xfs(
swift::storage::mount { $name:
device => $device,
mnt_base_dir => $mount_base_dir,
mnt_base_dir => $mnt_base_dir,
subscribe => Exec["mkfs-${name}"]
}