diff options
| author | luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0> | 2007-06-11 22:49:06 +0000 |
|---|---|---|
| committer | luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0> | 2007-06-11 22:49:06 +0000 |
| commit | c26f678178d173bd7360362b2959af51c4d39762 (patch) | |
| tree | e54da340728d5834ee404ad5b1a1fda30d9ca167 /test/data | |
| parent | f0b5090f6578ed997554bcd33493ab88877a2765 (diff) | |
| download | puppet-c26f678178d173bd7360362b2959af51c4d39762.tar.gz puppet-c26f678178d173bd7360362b2959af51c4d39762.tar.xz puppet-c26f678178d173bd7360362b2959af51c4d39762.zip | |
Fixing #550 -- I had to list pass and dump as optional fields.
git-svn-id: https://reductivelabs.com/svn/puppet/trunk@2564 980ebf18-57e1-0310-9a29-db15c13687c0
Diffstat (limited to 'test/data')
| -rw-r--r-- | test/data/types/mount/linux.fstab | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/data/types/mount/linux.fstab b/test/data/types/mount/linux.fstab index 978103b69..b1debff9c 100644 --- a/test/data/types/mount/linux.fstab +++ b/test/data/types/mount/linux.fstab @@ -1,8 +1,8 @@ # A sample fstab, typical for a Fedora system /dev/vg00/lv00 / ext3 defaults 1 1 LABEL=/boot /boot ext3 defaults 1 2 -devpts /dev/pts devpts gid=5,mode=620 0 0 -tmpfs /dev/shm tmpfs defaults 0 0 +devpts /dev/pts devpts gid=5,mode=620 0 +tmpfs /dev/shm tmpfs defaults 0 LABEL=/home /home ext3 defaults 1 2 /home /homes auto bind 0 2 proc /proc proc defaults 0 0 |
