Merge "Fix the backup of network node group data"

This commit is contained in:
Jenkins 2016-09-21 15:51:24 +00:00 committed by Gerrit Code Review
commit bd40fb33d2
2 changed files with 2 additions and 2 deletions

View File

@ -16,7 +16,7 @@ from octane.util import puppet
class AdminNetworks(base.PathFilterArchivator):
backup_directory = "/etc/hiera/networks.yaml"
backup_directory = "/etc/hiera/"
allowed_files = ["networks.yaml"]
backup_name = "networks"

View File

@ -75,7 +75,7 @@ def test_path_backup(mocker, cls, path, name):
(
admin_networks.AdminNetworks,
[],
"/etc/hiera/networks.yaml",
"/etc/hiera/",
["networks.yaml"],
"networks"
),