Skip to content

Commit

Permalink
Fix for Issue 49 - New replica installation (#50)
Browse files Browse the repository at this point in the history
  • Loading branch information
MartyEwings authored Apr 30, 2021
1 parent 050cbc4 commit 0084bf8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion manifests/exporter.pp
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0084bf8

Please sign in to comment.