Skip to content

Commit

Permalink
(MODULES-10673) Update dependency for puppetlabs-facts
Browse files Browse the repository at this point in the history
puppetlabs-puppet_agent module required a puppetlabs-facts
version <1.0.0, which caused a warning as puppetlabs-facts is now at
version 1.0.0.

Removed the upper limit on version requirements for puppetlabs-facts.
  • Loading branch information
Dorin-Pleava committed May 21, 2020
1 parent b83c5b9 commit 0f777f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,6 @@
{"name":"puppetlabs-stdlib","version_requirement":">= 5.1.0 < 7.0.0"},
{"name":"puppetlabs-inifile","version_requirement":">= 2.4.0 < 5.0.0"},
{"name":"puppetlabs-apt","version_requirement":">= 7.0.1 < 8.0.0"},
{"name":"puppetlabs-facts","version_requirement":">= 0.5.0 < 1.0.0"}
{"name":"puppetlabs-facts","version_requirement":">= 0.5.0 < 2.0.0"}
]
}

0 comments on commit 0f777f8

Please sign in to comment.