I believe you can get bind to accept this type of relative paths by configuring the correct bind home directory. Anyway, if you need the format to be changed, you can change it in Scalr source code.
On Wed, Nov 30, 2011 at 16:29, Dale-Kurt Murray <[email protected]>wrote: > Hi Nick, > > Scalr is writing the file great, I found out that the reason it is not > loading the file is that I have chrooted DNS and it requires the full path > of the client_zones file. > > //qcozz.com-BEGIN > zone "qcozz.com" { > type master; > file "client_zones/qcozz.com.db"; # How it is written currently > allow-transfer { none; }; > > }; > //qcozz.com-END > > //qcozz.com-BEGIN > zone "qcozz.com" { > type master; > file "/etc/bind/client_zones/qcozz.com.db"; # How I want the zone > files written > allow-transfer { none; }; > > }; > //qcozz.com-END > > -- > You received this message because you are subscribed to the Google Groups > "scalr-discuss" group. > To view this discussion on the web visit > https://groups.google.com/d/msg/scalr-discuss/-/OS25JIFII_AJ. > > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/scalr-discuss?hl=en. > -- You received this message because you are subscribed to the Google Groups "scalr-discuss" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/scalr-discuss?hl=en.
