diff options
| author | Rick Bradley <rick@rickbradley.com> | 2011-01-31 13:53:27 -0800 |
|---|---|---|
| committer | Daniel Pittman <daniel@rimspace.net> | 2011-01-31 13:53:27 -0800 |
| commit | 2f74d83f22e05564a136c08dd0cc73dcd700f214 (patch) | |
| tree | cb4a3a6324ea5bd5814175013718d8e7bdad53ca /spec/fixtures/unit | |
| parent | 8de9b9aeadcee490065aeb34663ca22c513fd2e4 (diff) | |
| download | puppet-2f74d83f22e05564a136c08dd0cc73dcd700f214.tar.gz puppet-2f74d83f22e05564a136c08dd0cc73dcd700f214.tar.xz puppet-2f74d83f22e05564a136c08dd0cc73dcd700f214.zip | |
Spec for #5681 to allow parsing of AIX mount output in mount provider
This also adds a fixture file containing the AIX mount output as submitted by the
ticket author.
Diffstat (limited to 'spec/fixtures/unit')
| -rw-r--r-- | spec/fixtures/unit/provider/mount/mount-output.aix.txt | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/spec/fixtures/unit/provider/mount/mount-output.aix.txt b/spec/fixtures/unit/provider/mount/mount-output.aix.txt new file mode 100644 index 000000000..54edb9c1c --- /dev/null +++ b/spec/fixtures/unit/provider/mount/mount-output.aix.txt @@ -0,0 +1,7 @@ +/dev/hd4 / jfs2 Nov 11 12:11 rw,log=/dev/hd8 +/dev/hd2 /usr jfs2 Nov 11 12:11 rw,log=/dev/hd8 +/dev/hd9var /var jfs2 Nov 11 12:11 rw,log=/dev/hd8 +/dev/hd3 /tmp jfs2 Nov 11 12:11 rw,log=/dev/hd8 +/dev/hd1 /home jfs2 Nov 11 12:11 rw,log=/dev/hd8 +/proc /proc procfs Nov 11 12:11 rw +/dev/hd10opt /opt jfs2 Nov 11 12:11 rw,log=/dev/hd8 |
