Fix indentation.

This commit is contained in:
Ashley Penney 2014-08-28 13:16:57 -04:00
parent cab1645df5
commit 30973ff766

View file

@ -86,8 +86,8 @@ class postgresql::globals (
}, },
'FreeBSD' => '93', 'FreeBSD' => '93',
'Suse' => $::operatingsystem ? { 'Suse' => $::operatingsystem ? {
'SLES' => '91', 'SLES' => '91',
default => undef, default => undef,
}, },
default => undef, default => undef,
} }