Skip to content

Commit

Permalink
Remove non-existent id param from IPaddr2 example (#365)
Browse files Browse the repository at this point in the history
bsc#1218645
jsc#DOCTEAM-1212
  • Loading branch information
tahliar committed Jan 15, 2024
1 parent 7603c6d commit 3b8f0f4
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions xml/ha_configuring_resources.xml
Original file line number Diff line number Diff line change
Expand Up @@ -712,11 +712,12 @@
<para>
Configure the primitives:
</para>
<screen>&prompt.crm;<command>configure</command>
&prompt.crm.conf;<command>primitive Public-IP ocf:heartbeat:IPaddr \
params ip=1.2.3.4 id= Public-IP</command>
&prompt.crm.conf;<command>primitive Email systemd:postfix \
params id=Email</command></screen>
<screen>&prompt.crm;<command>configure</command>
&prompt.crm.conf;<command>primitive Public-IP ocf:heartbeat:IPaddr2 \
params ip=1.2.3.4 \
op monitor interval=10s</command>
&prompt.crm.conf;<command>primitive Email systemd:postfix \
op monitor interval=10s</command></screen>
</step>
<step>
<para>
Expand Down

0 comments on commit 3b8f0f4

Please sign in to comment.