skydive-project / puppet-skydive

Puppet module for managing Skydive
3 stars 1 forks source link

Update requirements in metadata.json #1

Open vStone opened 7 years ago

vStone commented 7 years ago

Looks like the module is using puppet 4 style syntax. requirements in the metadata.json should reflect this

carroarmato0 commented 7 years ago

Hmmm not deliberately. Was tested under Puppet 3.8.x.

Could you point me to the specific parts?

vStone commented 7 years ago

or maybe contain also exists in 3.8 :) I skipped passed that one

carroarmato0 commented 7 years ago

Puppet 3.8 does indeed understand 'contain'

vStone commented 7 years ago
  "requirements": [
    {
      "name": "puppet",
      "version_requirement": "> 3.0.0 < 5.0.0"
    }

adjust accordingly :)

carroarmato0 commented 7 years ago

Done