diff --git a/manifests/params.pp b/manifests/params.pp index b2d255d..b0b1b43 100644 --- a/manifests/params.pp +++ b/manifests/params.pp @@ -2,7 +2,9 @@ # Keep the original symlink if we purge, to avoid ping-pong with initscripts case "${::osfamily}-${::operatingsystemmajrelease}" { - 'RedHat-7','Debian-8': { + 'RedHat-7', + 'Debian-8', + 'Suse-12': { $symlink99 = true } default: { diff --git a/metadata.json b/metadata.json index 5283850..26b6f4b 100644 --- a/metadata.json +++ b/metadata.json @@ -24,6 +24,10 @@ { "operatingsystem": "Ubuntu", "operatingsystemrelease": [ "12", "14" ] + }, + { + "operatingsystem": "Suse", + "operatingsystemrelease": [ "12" ] } ], "requirements": [