Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CFE-4361: Fixed issue where policy server IP was not printed in info command #86

Merged
merged 1 commit into from
Apr 9, 2024

Conversation

olehermanse
Copy link
Member

sudo is already used / needed for other parts of cf-remote
(such as cf-remote install and deploy), so attempting to use it
here should be acceptable.

Ticket: CFE-4361

sudo is already used / needed for other parts of cf-remote
(such as cf-remote install and deploy), so attempting to use it
here should be acceptable.

Ticket: CFE-4361
Signed-off-by: Ole Herman Schumacher Elgesem <[email protected]>
@olehermanse olehermanse changed the title CFE-4361: Fixed isue where policy server IP was not printed in info command CFE-4361: Fixed issue where policy server IP was not printed in info command Apr 9, 2024
@olehermanse
Copy link
Member Author

Before:

$ cf-remote info -H hub

[email protected]
OS            : Ubuntu 20
Architecture  : x86_64
CFEngine      : 3.21.4 (Enterprise)
Policy server : None
Binaries      : dpkg, apt

After:


$ python3 /northern.tech/cfengine/cf-remote/cf_remote/__main__.py info -H hub

[email protected]
OS            : Ubuntu 20
Architecture  : x86_64
CFEngine      : 3.21.4 (Enterprise)
Policy server : 192.168.56.10
Binaries      : dpkg, apt

@larsewi larsewi merged commit 652a5a6 into cfengine:master Apr 9, 2024
5 checks passed
@olehermanse olehermanse deleted the sudo branch April 9, 2024 15:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants