aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--packages/carp.xml12
-rw-r--r--packages/postfix.xml6
2 files changed, 9 insertions, 9 deletions
diff --git a/packages/carp.xml b/packages/carp.xml
index 9eb588db..73fc4ed3 100644
--- a/packages/carp.xml
+++ b/packages/carp.xml
@@ -50,12 +50,6 @@
<type>input</type>
</field>
<field>
- <fielddescr>Virtual IP Password</fielddescr>
- <fieldname>password</fieldname>
- <description>Enter the VHID group password.</description>
- <type>password</type>
- </field>
- <field>
<fielddescr>Virtual IP Netmask</fielddescr>
<fieldname>netmask</fieldname>
<description>Enter the IP Address's netmask that you would like to share on both machines</description>
@@ -97,6 +91,12 @@
</options>
</field>
<field>
+ <fielddescr>Virtual IP Password</fielddescr>
+ <fieldname>password</fieldname>
+ <description>Enter the VHID group password.</description>
+ <type>password</type>
+ </field>
+ <field>
<fielddescr>VHID Group</fielddescr>
<fieldname>vhid</fieldname>
<description>Enter the VHID group that the machines will share</description>
diff --git a/packages/postfix.xml b/packages/postfix.xml
index d1a4d8f5..5494d607 100644
--- a/packages/postfix.xml
+++ b/packages/postfix.xml
@@ -53,9 +53,9 @@
<template>
<filename>/usr/local/etc/postfix/main.cf</filename>
<templatecontents>
-myhostname = hostname_fieldvalue\n
-mydomain = primarydomain_fieldvalue\n
-relay_domains = domain_fieldvalue[ ]\n
+myhostname = hostname_fieldvalue \n
+mydomain = primarydomain_fieldvalue \n
+relay_domains = domain_fieldvalue[ ] \n
</templatecontents>
</template>
<template>