Skip to content

Commit

Permalink
Pass correct mount dir to swift::storage::mount
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
Dan Bode committed Feb 27, 2012
1 parent 6705d55 commit 272937e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manifests/storage/xfs.pp
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@


swift::storage::mount { $name: swift::storage::mount { $name:
device => $device, device => $device,
mnt_base_dir => $mount_base_dir, mnt_base_dir => $mnt_base_dir,
subscribe => Exec["mkfs-${name}"] subscribe => Exec["mkfs-${name}"]
} }


Expand Down

0 comments on commit 272937e

Please sign in to comment.