Showing with 7 additions and 2 deletions.
  1. +5 −0 CHANGELOG.md
  2. +1 −1 lib/puppet/provider/mount/parsed.rb
  3. +1 −1 metadata.json
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,13 @@ All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org).

## [1.0.1] - 2018-07-26
### Summary
Use require_relative to load provider helper code.

## [1.0.0] - 2018-07-18
### Summary
This is the initial release of the extracted mount module.

[1.0.0]: https://github.com/puppetlabs/puppetlabs-mount_core/releases/tag/1.0.0
[1.0.1]: https://github.com/puppetlabs/puppetlabs-mount_core/releases/tag/1.0.1
2 changes: 1 addition & 1 deletion lib/puppet/provider/mount/parsed.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
require 'puppet/provider/parsedfile'
require 'puppet/provider/mount'
require_relative '../mount'

fstab = case Facter.value(:osfamily)
when 'Solaris' then '/etc/vfstab'
Expand Down
2 changes: 1 addition & 1 deletion metadata.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "puppetlabs-mount_core",
"version": "1.0.0",
"version": "1.0.1",
"author": "Puppet Labs",
"summary": "Manages mounted filesystems and mount tables.",
"license": "Apache-2.0",
Expand Down