diff --git a/manifests/globals.pp b/manifests/globals.pp index 1998364..8a748df 100644 --- a/manifests/globals.pp +++ b/manifests/globals.pp @@ -86,8 +86,8 @@ class postgresql::globals ( }, 'FreeBSD' => '93', 'Suse' => $::operatingsystem ? { - 'SLES' => '91', - default => undef, + 'SLES' => '91', + default => undef, }, default => undef, }