Closed davispuh closed 10 years ago
Once the puppetlabs-concat dependency is set to '1.x'
I'm :+1:
ok, updated.
that's weird... when using puppet module generate
it creates version_range
key for dependency, but when you try to upload to Puppet Forge it will say that version_requirement
is needed instead. So I guess that's correct name would be.
Also it could be useful to add
"requirements": [
{
"name": "puppet",
"version_requirement": "3.x"
}
],
"operatingsystem_support": [
{ "operatingsystem": "Gentoo" }
]
Here Puppet Forge Search by Module Compatibility can read more and example puppetlabs-ntp/metadata.json
concat::setup
has been deprecated and is no longer needed. Modulefile is also deprecated and metadata.json should be used instead.order
parameter forconcat::fragment
must be a string.