diff options
| author | Gabriel Nagy <gabriel.nagy@puppet.com> | 2021-09-22 14:12:57 +0300 | 
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-09-22 14:12:57 +0300 | 
| commit | 2062b96f0859713164d3fae1f99715d48f41294f (patch) | |
| tree | 374549ea93729eaf3b73f0512eb9eac6b4578d32 | |
| parent | ad33a665542a84f0c312dd255fa726f03d5826c7 (diff) | |
| parent | cb5262a22f57920a9fc132e75896021d0d1c6e74 (diff) | |
| download | puppet-hosts_core-2062b96f0859713164d3fae1f99715d48f41294f.tar.gz puppet-hosts_core-2062b96f0859713164d3fae1f99715d48f41294f.tar.bz2 | |
Merge pull request #29 from BobosilaVictor/main
(MODULES-11167)(MODULES-11191) Add RockyLinux && AlmaLinux to host-core metadata
| -rw-r--r-- | metadata.json | 6 | 
1 files changed, 6 insertions, 0 deletions
| diff --git a/metadata.json b/metadata.json index 1556c29..716b897 100644 --- a/metadata.json +++ b/metadata.json @@ -43,6 +43,12 @@      },      {        "operatingsystem": "Solaris" +    }, +    { +      "operatingsystem": "Rocky" +    }, +    { +      "operatingsystem": "AlmaLinux"      }    ],    "requirements": [ | 
