mirror of
https://github.com/valitydev/salt.git
synced 2024-11-07 17:09:03 +00:00
linting
This commit is contained in:
parent
4b260a4594
commit
49d94559ab
@ -51,21 +51,27 @@ test_records = {
|
||||
"zone1": [TestRecord(0, "www", "A", "127.0.0.1")]
|
||||
}
|
||||
|
||||
|
||||
def list_zones(profile):
|
||||
return [TestZone("zone1", "test.com")]
|
||||
|
||||
|
||||
def list_records(zone_id, profile):
|
||||
return test_records[zone_id]
|
||||
|
||||
|
||||
def create_record(*args):
|
||||
return True
|
||||
|
||||
|
||||
def delete_record(*args):
|
||||
return True
|
||||
|
||||
|
||||
def create_zone(*args):
|
||||
return True
|
||||
|
||||
|
||||
def delete_zone(*args):
|
||||
return True
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user