From 657f9ca0137d60e78b662b5db6474c9b408a2a9f Mon Sep 17 00:00:00 2001 From: Tim Meusel Date: Mon, 4 Dec 2017 12:49:03 +0100 Subject: [PATCH] add fedora support I deployed the module today on my fedora nodes and didn't notice any issues. Systemd changes from https://github.com/jsok/puppet-vault/pull/98 got cherrypicked for testing. --- metadata.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/metadata.json b/metadata.json index 352e55bd..5d105084 100644 --- a/metadata.json +++ b/metadata.json @@ -65,6 +65,14 @@ "2016.03" ] }, + { + "operatingsystem": "Fedora", + "operatingsystemrelease": [ + "25", + "26", + "27" + ] + }, { "operatingsystem": "Archlinux" }