We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 911b868 + 906794d commit abe2b9cCopy full SHA for abe2b9c
manifests/globals.pp
@@ -104,7 +104,7 @@
104
# Setup of the repo only makes sense globally, so we are doing this here.
105
if($manage_package_repo) {
106
# Workaround the lack of RHEL7 repositories for now.
107
- if ! ($::operatingsystem == 'RedHat') and ($::operatingsystemrelease =~ /^7/) {
+ if ! ($::operatingsystem == 'RedHat' and $::operatingsystemrelease =~ /^7/) {
108
class { 'postgresql::repo':
109
ensure => $ensure,
110
version => $globals_version
0 commit comments