diff --git a/manifests/exporter.pp b/manifests/exporter.pp index 1cd3cad..93e486a 100644 --- a/manifests/exporter.pp +++ b/manifests/exporter.pp @@ -66,7 +66,9 @@ # include puppet_metrics_dashboard::profile::master::install ################################################################### - include puppet_metrics_dashboard::profile::master::install + if $facts['pe_server_version'] != undef { + include puppet_metrics_dashboard::profile::master::install + } #####################3. RSANpostgres command access ###################### # Determine if node is pe_postgres host and conditionally apply Select Access for the RSAN node cert to all PE databases