Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

mounttab: spec should test that fstab options is optional #10

Closed
domcleal opened this issue Aug 26, 2012 · 1 comment
Closed

mounttab: spec should test that fstab options is optional #10

domcleal opened this issue Aug 26, 2012 · 1 comment
Assignees
Milestone

Comments

@domcleal
Copy link
Contributor

The options field in an fstab is optional and has been fixed in Augeas recently. Once a release with this is available, the spec examples to test the provider can be enabled.

Puppet::Type::Mounttab::ProviderAugeas with full file when updating dump should add options first, then dump
  # release of Augeas where options field is optional
  # ./spec/unit/puppet/mounttab_spec.rb:264
Puppet::Type::Mounttab::ProviderAugeas with full file when updating pass should add options and dump first, then pass
  # release of Augeas where options field is optional
  # ./spec/unit/puppet/mounttab_spec.rb:316
@ghost ghost assigned domcleal Aug 26, 2012
@domcleal
Copy link
Contributor Author

Fixed by using the augeas submodule for access to the latest lens.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant