Skip to content

Commit

Permalink
Update puppetlabs/reboot dependency
Browse files Browse the repository at this point in the history
As per issue #9, the version of '0.9.1' for the dependency of the
`puppetlabs/reboot` module is incorrect. This was never a release and is
suspected to have originally been a typo. In addition, since the last
release of this module, much newer and stable releases of the
`puppetlabs/reboot` dependency have been made available.

This commit updates the dependency to require at least version 1.0.0 of
the `puppetlabs/reboot` module.
  • Loading branch information
trlinkin committed Oct 5, 2016
1 parent 15e213b commit 06355eb
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 @@ -16,6 +16,6 @@
"dependencies": [
{ "name": "puppetlabs/powershell", "version_requirement": ">= 1.0.1" },
{ "name": "puppetlabs/stdlib", "version_requirement": ">= 4.1.0" },
{ "name": "puppetlabs/reboot", "version_requirement": ">= 0.9.1" }
{ "name": "puppetlabs/reboot", "version_requirement": ">= 1.0.0" }
]
}

0 comments on commit 06355eb

Please sign in to comment.