Skip to content

Commit

Permalink
Change default path when having DNS adapter
Browse files Browse the repository at this point in the history
  • Loading branch information
Hoda Rohani committed May 19, 2016
1 parent 0908b92 commit 43ebb9f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
<Adapter type="File">install_dir/var/opendnssec/unsigned/ods5</Adapter>
</Input>
<Output>
<Adapter type="DNS">install_dir/var/opendnssec/signed/ods5</Adapter>
<Adapter type="DNS">install_dir/etc/opendnssec/addns.xml</Adapter>
</Output>
</Adapters>
</Zone>
Expand All @@ -89,10 +89,10 @@
<SignerConfiguration>install_dir/var/opendnssec/signconf/ods7.xml</SignerConfiguration>
<Adapters>
<Input>
<Adapter type="DNS">install_dir/var/opendnssec/unsigned/ods7</Adapter>
<Adapter type="DNS">install_dir/etc/opendnssec/addns.xml</Adapter>
</Input>
<Output>
<Adapter type="DNS">install_dir/var/opendnssec/signed/ods7</Adapter>
<Adapter type="DNS">install_dir/etc/opendnssec/addns.xml</Adapter>
</Output>
</Adapters>
</Zone>
Expand All @@ -113,7 +113,7 @@
<SignerConfiguration>install_dir/var/opendnssec/signconf/ods9.xml</SignerConfiguration>
<Adapters>
<Input>
<Adapter type="DNS">install_dir/var/opendnssec/unsigned/ods9</Adapter>
<Adapter type="DNS">install_dir/etc/opendnssec/addns.xml</Adapter>
</Input>
<Output>
<Adapter type="File">install_dir/var/opendnssec/signed/ods9</Adapter>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ file by using the command:
<Adapter type="File">install_dir/var/opendnssec/unsigned/ods5</Adapter>
</Input>
<Output>
<Adapter type="DNS">install_dir/var/opendnssec/signed/ods5</Adapter>
<Adapter type="DNS">install_dir/etc/opendnssec/addns.xml</Adapter>
</Output>
</Adapters>
</Zone>
Expand All @@ -112,10 +112,10 @@ file by using the command:
<SignerConfiguration>install_dir/var/opendnssec/signconf/ods7.xml</SignerConfiguration>
<Adapters>
<Input>
<Adapter type="DNS">install_dir/var/opendnssec/unsigned/ods7</Adapter>
<Adapter type="DNS">install_dir/etc/opendnssec/addns.xml</Adapter>
</Input>
<Output>
<Adapter type="DNS">install_dir/var/opendnssec/signed/ods7</Adapter>
<Adapter type="DNS">install_dir/etc/opendnssec/addns.xml</Adapter>
</Output>
</Adapters>
</Zone>
Expand All @@ -136,7 +136,7 @@ file by using the command:
<SignerConfiguration>install_dir/var/opendnssec/signconf/ods9.xml</SignerConfiguration>
<Adapters>
<Input>
<Adapter type="DNS">install_dir/var/opendnssec/unsigned/ods9</Adapter>
<Adapter type="DNS">install_dir/etc/opendnssec/addns.xml</Adapter>
</Input>
<Output>
<Adapter type="File">install_dir/var/opendnssec/signed/ods9</Adapter>
Expand Down

0 comments on commit 43ebb9f

Please sign in to comment.