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.