Skip to content
Snippets Groups Projects
metadata.json 1.45 KiB
Newer Older
  • Learn to ignore specific revisions
  • Mika Perälä's avatar
    Mika Perälä committed
    {
      "name": "liuit-egg",
      "version": "0.0.0",
      "author": "LiU-IT",
      "summary": "Module for liuit/egg",
      "license": "Apache-2.0",
      "source": "https://gitlab.it.liu.se/pm-liuit/egg/tree/production",
      "project_page": "https://gitlab.it.liu.se/pm-liuit/egg",
      "issues_url": "https://gitlab.it.liu.se/pm-liuit/egg/issues",
      "dependencies": [
    
        {
          "name": "puppetlabs-stdlib",
          "version_requirement": ">= 5.0.0 < 7.0.0"
        }
      ],
      "operatingsystem_support": [
        {
          "operatingsystem": "CentOS",
          "operatingsystemrelease": [
            "7"
          ]
        },
        {
          "operatingsystem": "OracleLinux",
          "operatingsystemrelease": [
            "7"
          ]
        },
        {
          "operatingsystem": "RedHat",
          "operatingsystemrelease": [
            "8"
          ]
        },
        {
          "operatingsystem": "Scientific",
          "operatingsystemrelease": [
            "7"
          ]
        },
        {
          "operatingsystem": "Debian",
          "operatingsystemrelease": [
            "9"
          ]
        },
        {
          "operatingsystem": "Ubuntu",
          "operatingsystemrelease": [
            "18.04"
          ]
        },
        {
          "operatingsystem": "windows",
          "operatingsystemrelease": [
            "2019",
            "10"
          ]
        }
    
    Mika Perälä's avatar
    Mika Perälä committed
      ],
      "requirements": [
    
        {
          "name": "puppet",
          "version_requirement": ">= 5.5.10 < 6.0.0"
        }
    
    Magnus Svensson's avatar
    Magnus Svensson committed
      "pdk-version": "2.1.0",
    
      "template-url": "https://gitlab.it.liu.se/puppet-infra/pdk-templates.git#liu",
    
    Magnus Svensson's avatar
    Magnus Svensson committed
      "template-ref": "heads/liu-0-g8fb0f81"