File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 67
67
$puppetdb_database_replica_target ,
68
68
])
69
69
70
- message::out (@(EOL)) # #####################################################
70
+ out::message (@(EOL)) # #####################################################
71
71
# ## UPGRADE STAGE: INFORMATION GATHERING
72
72
| EOL
73
73
107
107
== $cert_extensions [$master_replica_target [0].name][peadm::oid(' peadm_availability_group' )])
108
108
}
109
109
110
- message::out (@(EOL)) # ##########################################
110
+ out::message (@(EOL)) # ##########################################
111
111
# ## UPGRADE STAGE: PREPARATION
112
112
| EOL
113
113
141
141
# not all pxp-agents have, the built-in service task does not work over pcp.
142
142
run_command(' systemctl stop puppet' , $all_targets )
143
143
144
- message::out (@(EOL)) # ##########################################
144
+ out::message (@(EOL)) # ##########################################
145
145
# ## UPGRADE STAGE: UPGRADE MASTER SIDE
146
146
| EOL
147
147
214
214
token_file => $token_file ,
215
215
)
216
216
217
- message::out (@(EOL)) # #####################################################
217
+ out::message (@(EOL)) # #####################################################
218
218
# ## UPGRADE STAGE: UPGRADE REPLICA SIDE
219
219
| EOL
220
220
253
253
token_file => $token_file ,
254
254
)
255
255
256
- message::out (@(EOL)) # #####################################################
256
+ out::message (@(EOL)) # #####################################################
257
257
# ## UPGRADE STAGE: FINALIZE UPGRADE
258
258
| EOL
259
259
You can’t perform that action at this time.
0 commit comments