Add missing dependancy on unzip for postwhite.
This commit is contained in:
@@ -20,8 +20,8 @@ class Postwhite(base.Installer):
|
|||||||
]
|
]
|
||||||
no_daemon = True
|
no_daemon = True
|
||||||
packages = {
|
packages = {
|
||||||
"deb": ["bind9-host"],
|
"deb": ["bind9-host", "unzip"],
|
||||||
"rpm": ["bind-utils"]
|
"rpm": ["bind-utils", "unzip"]
|
||||||
}
|
}
|
||||||
|
|
||||||
def install_from_archive(self, repository, target_dir):
|
def install_from_archive(self, repository, target_dir):
|
||||||
|
|||||||
Reference in New Issue
Block a user