Commit 51d9aefe authored by Scotty Logan's avatar Scotty Logan
Browse files

added Amazon, CentOS, and OracleLinux as supported; bumped version

parent f1d3c5fe
Loading
Loading
Loading
Loading
+6 −3
Original line number Diff line number Diff line
{
  "name":           "suet-base",
  "version":        "1.0.10",
  "version":        "1.0.11",
  "author":         "Stanford University Emerging Technology",
  "summary":        "Base configuration for a ET / IT Lab machine",
  "license":        "MIT",
@@ -10,8 +10,11 @@
  "data_provider":  "hiera",

  "operatingsystem_support": [
    { "operatingsystem": "Ubuntu" },
    { "operatingsystem": "Debian" }
    { "operatingsystem": "Amazon"      },
    { "operatingsystem": "CentOS"      },
    { "operatingsystem": "Debian"      },
    { "operatingsystem": "OracleLinux" },
    { "operatingsystem": "Ubuntu"      }
  ],

  "requirements": [