diff options
author | Eric Putnam <putnam.eric@gmail.com> | 2017-08-09 11:13:51 -0700 |
---|---|---|
committer | Eric Putnam <putnam.eric@gmail.com> | 2017-08-09 11:13:51 -0700 |
commit | 2d97667b3ed252df709b21abe53f2c837ad2f7a8 (patch) | |
tree | 2c7b8d2465664a04550f6cefaff9340f907d7b5c | |
parent | d65a144aea0cd73f4aaa0cef15c74414baba5c8d (diff) |
(maint) revert puppet version requirement
puppet version requirement lower bound was moved to 4.7.0 without a major bump. this returns the lower bound to 2.7 but also pushes the upper bound to include puppet 5.
-rw-r--r-- | metadata.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/metadata.json b/metadata.json index f2b0204..66c47c1 100644 --- a/metadata.json +++ b/metadata.json @@ -101,7 +101,7 @@ "requirements": [ { "name": "puppet", - "version_requirement": ">= 4.7.0 < 6.0.0" + "version_requirement": ">=2.7.20 < 6.0.0" } ], "description": "Standard Library for Puppet Modules", |