From d9d89ccd128137afaab85f751547b84e559b4744 Mon Sep 17 00:00:00 2001 From: Rehan Mahmood Date: Sat, 1 May 2021 12:27:46 -0400 Subject: Add support for opensuse This however can only be done using `install_method = vcsrepo` as the ferm itself is not in the OS repos. --- data/Suse.yaml | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 data/Suse.yaml (limited to 'data/Suse.yaml') diff --git a/data/Suse.yaml b/data/Suse.yaml new file mode 100644 index 0000000..cf5642b --- /dev/null +++ b/data/Suse.yaml @@ -0,0 +1,4 @@ +--- +ferm::configfile: /etc/ferm.conf +ferm::configdirectory: /etc/ferm.d +ferm::install_method: 'vcsrepo' -- cgit v1.2.3