From 617fe58626aa8a13af10071ca87f66d6363cf058 Mon Sep 17 00:00:00 2001 From: luke Date: Tue, 5 Sep 2006 01:51:23 +0000 Subject: Removing all of the changes I made towards refactoring in the last couple of days. They have all been moved into the sync-retrieve-refactor branch. This branch will soon become 0.19.0, and will not include that refactoring. git-svn-id: https://reductivelabs.com/svn/puppet/trunk@1555 980ebf18-57e1-0310-9a29-db15c13687c0 --- test/data/types/mount/linux.fstab | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/data') diff --git a/test/data/types/mount/linux.fstab b/test/data/types/mount/linux.fstab index 978103b69..06afe1242 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 0 2 +/home /homes auto bind proc /proc proc defaults 0 0 /dev/vg00/lv01 /spare ext3 defaults 1 2 sysfs /sys sysfs defaults 0 0 -- cgit