Skip to content

Commit b43c451

Browse files
committed
Fix rubycop style issues
1 parent 4c6e497 commit b43c451

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tasks/get_peadm_config.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ def config
2424
replica_letter = primary_letter.eql?('A') ? 'B' : 'A'
2525

2626
configured_postgresql_servers = [
27-
groups.dig("PE Primary A", 'config_data', 'puppet_enterprise::profile::puppetdb', 'database_host'),
28-
groups.dig("PE Primary B", 'config_data', 'puppet_enterprise::profile::puppetdb', 'database_host'),
27+
groups.dig('PE Primary A', 'config_data', 'puppet_enterprise::profile::puppetdb', 'database_host'),
28+
groups.dig('PE Primary B', 'config_data', 'puppet_enterprise::profile::puppetdb', 'database_host'),
2929
].compact
3030

3131
postgresql = {

0 commit comments

Comments
 (0)