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 859a860 commit 1a46ed6
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions xml/ha_configuring_resources.xml
Original file line number Diff line number Diff line change
Expand Up @@ -708,10 +708,11 @@
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 Public-IP ocf:heartbeat:IPaddr2 \
params ip=1.2.3.4 \
op monitor interval=10s</command>
&prompt.crm.conf;<command>primitive Email systemd:postfix \
params id=Email</command></screen>
op monitor interval=10s</command></screen>
</step>
<step>
<para>
Expand Down

0 comments on commit 1a46ed6

Please sign in to comment.