File tree Expand file tree Collapse file tree 2 files changed +5
-11
lines changed Expand file tree Collapse file tree 2 files changed +5
-11
lines changed Original file line number Diff line number Diff line change 1
- # Offense count: 1
2
- # This cop supports safe autocorrection (--autocorrect).
3
- Layout/HeredocIndentation :
4
- Exclude :
5
- - ' lib/puppet/type/postgresql_replication_slot.rb'
6
-
7
1
# Offense count: 1
8
2
# This cop supports safe autocorrection (--autocorrect).
9
3
# Configuration parameters: EnforcedStyle, IndentationWidth.
Original file line number Diff line number Diff line change 1
1
# frozen_string_literal: true
2
2
3
3
Puppet ::Type . newtype ( :postgresql_replication_slot ) do
4
- @doc = <<- EOS
5
- @summary Manages Postgresql replication slots.
4
+ @doc = <<~ EOS
5
+ @summary Manages Postgresql replication slots.
6
6
7
- This type allows to create and destroy replication slots
8
- to register warm standby replication on a Postgresql
9
- primary server.
7
+ This type allows to create and destroy replication slots
8
+ to register warm standby replication on a Postgresql
9
+ primary server.
10
10
EOS
11
11
12
12
ensurable
You can’t perform that action at this time.
0 commit comments