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.
1 parent ff839e3 commit fd6493bCopy full SHA for fd6493b
manifests/master/config.pp
@@ -52,7 +52,7 @@
52
# installed to revert the change.
53
if !($puppetdb::params::puppetdb_version in ['present','absent'])
54
and versioncmp($puppetdb::params::puppetdb_version, '3.0.0') >= 0
55
- and $::osfamily in ['RedHat','Suse'] {
+ and $facts['os']['family'] in ['RedHat','Suse'] {
56
exec { 'Remove puppetdb-terminus metadata for upgrade':
57
command => 'rpm -e --justdb puppetdb-terminus',
58
path => '/sbin/:/bin/',
0 commit comments