diff options
author | luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0> | 2006-10-18 18:15:43 +0000 |
---|---|---|
committer | luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0> | 2006-10-18 18:15:43 +0000 |
commit | 7b34e25d1cb4c70568ed05e01556a12994b19dbf (patch) | |
tree | a7bdbcc9c2883f805a9c84a518a1b1513a0fc09a /test/data | |
parent | ead49c673e352166d87f47cbbea2086d4c1fc2f7 (diff) | |
download | puppet-7b34e25d1cb4c70568ed05e01556a12994b19dbf.tar.gz |
Another round of bug-fixes in preparation for 0.20.0
git-svn-id: https://reductivelabs.com/svn/puppet/trunk@1813 980ebf18-57e1-0310-9a29-db15c13687c0
Diffstat (limited to 'test/data')
-rw-r--r-- | test/data/types/mount/linux.fstab | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/data/types/mount/linux.fstab b/test/data/types/mount/linux.fstab index 06afe1242..978103b69 100644 --- a/test/data/types/mount/linux.fstab +++ b/test/data/types/mount/linux.fstab @@ -4,7 +4,7 @@ LABEL=/boot /boot ext3 defaults 1 2 devpts /dev/pts devpts gid=5,mode=620 0 0 tmpfs /dev/shm tmpfs defaults 0 0 LABEL=/home /home ext3 defaults 1 2 -/home /homes auto bind +/home /homes auto bind 0 2 proc /proc proc defaults 0 0 /dev/vg00/lv01 /spare ext3 defaults 1 2 sysfs /sys sysfs defaults 0 0 |