summary |
shortlog |
log |
commit | commitdiff |
tree
raw |
patch |
inline | side by side (from parent 1:
4a91a8b)
like check if the zone file has changed later
Signed-off-by: Stephen Gran <steve@lobefin.net>
if HostAttrs == None:
raise UDEmptyList, "No Hosts"
if HostAttrs == None:
raise UDEmptyList, "No Hosts"
+HostAttrs.sort(lambda x, y: cmp((GetAttr(x, "hostname")).lower(), (GetAttr(y, "hostname")).lower()))
+
# Generate global things
GlobalDir = GenerateDir + "/"
GenDisabledAccounts(GlobalDir + "disabled-accounts")
# Generate global things
GlobalDir = GenerateDir + "/"
GenDisabledAccounts(GlobalDir + "disabled-accounts")