Skip to content

Commit

Permalink
Add puppetlabs/mount_providers as a dep (#6)
Browse files Browse the repository at this point in the history
Closes #1
  • Loading branch information
Nick Miller authored and trevor-vaughan committed Feb 15, 2018
1 parent 70026a9 commit 169d2cd
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,9 @@
# Changelog

## 2.0.3

- Added a hard requirement to the metadata.json for puppetlabs/mount_providers

## 2.0.2

- Upped supported Puppet versions to include Puppet 5
Expand Down
8 changes: 6 additions & 2 deletions metadata.json
@@ -1,6 +1,6 @@
{
"name": "herculesteam-augeasproviders_mounttab",
"version": "2.0.2",
"version": "2.0.3",
"author": "Dominic Cleal, Raphael Pinson",
"summary": "Augeas-based mounttab provider for Puppet",
"license": "Apache-2.0",
Expand All @@ -11,7 +11,11 @@
"dependencies": [
{
"name": "herculesteam/augeasproviders_core",
"version_requirement": ">=2.0.0"
"version_requirement": ">= 2.0.0"
},
{
"name": "puppetlabs/mount_providers",
"version_requirement": ">= 1.0.0"
}
],
"operatingsystem_support": [
Expand Down

0 comments on commit 169d2cd

Please sign in to comment.