Commit c6993d49 authored by Alex Tayts's avatar Alex Tayts
Browse files

update documentation and bump the version

parent 01466693
Loading
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -2,6 +2,11 @@

All notable changes to this project will be documented in this file.

## Release 0.3.0

* Added resolve_to option to URL check.
* Added command option to process check.

## Release 0.2.0

* Added checks for NFS exports and ZFS pools.
+2 −1
Original line number Diff line number Diff line
@@ -83,8 +83,9 @@ server_patching::validate::zfs_pools:
The fragment generates verifies if:
* VMWare tools service is running
* CrowdStrike daemon process is running
* Java process which has *solr* in its command line is running
* NetDB URL redirects somewhere (to WebAuth presumably)
* NetDB status URL returns success
* NetDB server 171.67.5.154 status URL returns success
* SSH port is open over IPv4
* Telnet port is closed over IPv4
* Given ZFS pools are imported
+6 −15
Original line number Diff line number Diff line
{
  "name": "ruthenium-server_patching",
  "version": "0.2.0",
  "version": "0.3.0",
  "author": "Ruthenium",
  "summary": "Generate bash script to valideate server state.",
  "license": "MIT",
@@ -8,20 +8,18 @@
  "dependencies": [
    {
      "name": "puppetlabs/stdlib",
      "version_requirement": ">= 4.13.1 < 9.0.0"
      "version_requirement": ">= 4.13.1 < 10.0.0"
    },
    {
      "name": "puppetlabs/concat",
      "version_requirement": ">= 2.2.1 < 8.0.0"
      "version_requirement": ">= 2.2.1
    }
  ],
  "operatingsystem_support": [
    {
      "operatingsystem": "CentOS",
      "operatingsystemrelease": [
        "7",
        "8",
        "9"
        "7"
      ]
    },
    {
@@ -40,20 +38,13 @@
        "9"
      ]
    },
    {
      "operatingsystem": "Scientific",
      "operatingsystemrelease": [
        "7",
        "8",
        "9"
      ]
    },
    {
      "operatingsystem": "Debian",
      "operatingsystemrelease": [
        "9",
        "10",
        "11"
        "11",
        "12"
      ]
    },
    {