diff --git a/Python/etc/bind/named.conf.options b/Python/etc/bind/named.conf.options index fda7d5f..1614625 100644 --- a/Python/etc/bind/named.conf.options +++ b/Python/etc/bind/named.conf.options @@ -1,7 +1,6 @@ -info = {"owner":"root", - "group":"bind", - "perms":0644, -} +info["owner"] = "root" +info["group"] = "bind" +info["perms"] = 0644 @// Fichier gere par BCfg2 (Plugin Python) @// diff --git a/Python/etc/bind/rndc.key b/Python/etc/bind/rndc.key index f8d1aa4..e5e18e4 100644 --- a/Python/etc/bind/rndc.key +++ b/Python/etc/bind/rndc.key @@ -1,9 +1,9 @@ include("secrets") -info = {"owner": "root", - "group": "bind", - "perms": 0640, -} +info["owner"] = "root" +info["group"] = "bind" +info["perms"] = 0640 + @// Fichier gere par BCfg2 (plugin Python) @//