aboutsummaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorRehan Mahmood <rehanone@gmail.com>2021-05-01 12:27:46 -0400
committerTim Meusel <tim@bastelfreak.de>2021-06-28 14:40:58 +0200
commitd9d89ccd128137afaab85f751547b84e559b4744 (patch)
tree00e325b014d5003d86ff3d59471f9204fd994b30 /data
parentc8fb22e2b9aae860917bf81e908ce6aa8183ee2c (diff)
downloadpuppet-ferm-d9d89ccd128137afaab85f751547b84e559b4744.tar.gz
puppet-ferm-d9d89ccd128137afaab85f751547b84e559b4744.tar.bz2
Add support for opensuse
This however can only be done using `install_method = vcsrepo` as the ferm itself is not in the OS repos.
Diffstat (limited to 'data')
-rw-r--r--data/Suse.yaml4
1 files changed, 4 insertions, 0 deletions
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'