Skip to content

Commit 3ce26b1

Browse files
committed
Fix typo - message::out() => out::message()
1 parent be5cb98 commit 3ce26b1

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

plans/upgrade.pp

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
$puppetdb_database_replica_target,
6868
])
6969

70-
message::out(@(EOL)) ######################################################
70+
out::message(@(EOL)) ######################################################
7171
### UPGRADE STAGE: INFORMATION GATHERING
7272
| EOL
7373

@@ -107,7 +107,7 @@
107107
== $cert_extensions[$master_replica_target[0].name][peadm::oid('peadm_availability_group')])
108108
}
109109

110-
message::out(@(EOL)) ###########################################
110+
out::message(@(EOL)) ###########################################
111111
### UPGRADE STAGE: PREPARATION
112112
| EOL
113113

@@ -141,7 +141,7 @@
141141
# not all pxp-agents have, the built-in service task does not work over pcp.
142142
run_command('systemctl stop puppet', $all_targets)
143143

144-
message::out(@(EOL)) ###########################################
144+
out::message(@(EOL)) ###########################################
145145
### UPGRADE STAGE: UPGRADE MASTER SIDE
146146
| EOL
147147

@@ -214,7 +214,7 @@
214214
token_file => $token_file,
215215
)
216216

217-
message::out(@(EOL)) ######################################################
217+
out::message(@(EOL)) ######################################################
218218
### UPGRADE STAGE: UPGRADE REPLICA SIDE
219219
| EOL
220220

@@ -253,7 +253,7 @@
253253
token_file => $token_file,
254254
)
255255

256-
message::out(@(EOL)) ######################################################
256+
out::message(@(EOL)) ######################################################
257257
### UPGRADE STAGE: FINALIZE UPGRADE
258258
| EOL
259259

0 commit comments

Comments
 (0)