diff options
Diffstat (limited to 'scripts')
| -rwxr-xr-x | scripts/vhost-info | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/scripts/vhost-info b/scripts/vhost-info index 496c8f640..3a32d34b2 100755 --- a/scripts/vhost-info +++ b/scripts/vhost-info @@ -58,11 +58,6 @@ if not opts.host: else: hosts = ';'.join(opts.host) -if not opts.host: - hosts = ["virtservers"] -else: - hosts = ';'.join(opts.host) - Options = namedtuple('Options', ['connection','module_path', 'forks', 'remote_user', 'private_key_file', 'ssh_common_args', 'ssh_extra_args', 'sftp_extra_args', 'scp_extra_args', 'become', 'become_method', 'become_user', 'verbosity', 'check', 'timeout']) |
