From 221c45769e56ffda0ac82bd035e0ef5f37706836 Mon Sep 17 00:00:00 2001 From: Tim Meusel Date: Thu, 12 Sep 2019 15:01:58 +0200 Subject: readd Debian 9/10 support --- manifests/service.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'manifests') diff --git a/manifests/service.pp b/manifests/service.pp index f19997f..ad6fc47 100644 --- a/manifests/service.pp +++ b/manifests/service.pp @@ -12,7 +12,7 @@ class ferm::service { } # on Ubuntu, we can't start the service, unless we set ENABLED=true in /etc/default/ferm... - if ($facts['os']['name'] == 'Ubuntu') { + if ($facts['os']['name'] in ['Ubuntu', 'Debian']) { file_line{'enable_ferm': path => '/etc/default/ferm', line => 'ENABLED="yes"', -- cgit v1.2.3