Correct the date and metadata ordering
This commit is contained in:
parent
bb67906957
commit
30ee205613
2 changed files with 4 additions and 4 deletions
|
@ -1,4 +1,4 @@
|
|||
##2015-05-29 - Supported Releases 1.3.0
|
||||
##2015-06-09 - Supported Releases 1.3.0
|
||||
###Summary
|
||||
|
||||
This is primarily a feature release, but also includes test fixes, documentation updates and synchronization of files with modulesync.
|
||||
|
|
|
@ -7,6 +7,9 @@
|
|||
"source": "https://github.com/puppetlabs/puppetlabs-inifile",
|
||||
"project_page": "https://github.com/puppetlabs/puppetlabs-inifile",
|
||||
"issues_url": "https://tickets.puppetlabs.com/browse/MODULES",
|
||||
"dependencies": [
|
||||
|
||||
],
|
||||
"operatingsystem_support": [
|
||||
{
|
||||
"operatingsystem": "RedHat",
|
||||
|
@ -97,8 +100,5 @@
|
|||
"name": "puppet",
|
||||
"version_requirement": "3.x"
|
||||
}
|
||||
],
|
||||
"dependencies": [
|
||||
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue