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

{WIP} remove exporter class state from infra nodes #36

Merged
merged 8 commits into from Jan 12, 2021
Merged

Conversation

MartyEwings
Copy link
Collaborator

Resolves #24

Class fails to detect if RSAN postgres user has been removed already, would like to do this for idempotency sake, however the procedure for removal will be to run puppet once with this class and uninstall the module

@MartyEwings MartyEwings added the enhancement New feature or request label Jan 12, 2021
@MartyEwings MartyEwings added this to the Feature Complete - No VPN milestone Jan 12, 2021
@MartyEwings MartyEwings added this to To Do in RSAN Development via automation Jan 12, 2021
@MartyEwings MartyEwings moved this from To Do to In Progress in RSAN Development Jan 12, 2021
Copy link
Contributor

@dylanratcliffe dylanratcliffe left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Content looks good, just needs to be prettier i.e.

  • If you want a blank line, just use one. Currently there is sometimes one sometimes two
  • Indentation should be correct i.e.
    • +2 spaces of indent on following line for every opening brace (, { or [
    • -2 spaces of indent for every closing brace
  • Comments should also follow indentation rules

@MartyEwings
Copy link
Collaborator Author

@dylanratcliffe like this?

@dylanratcliffe
Copy link
Contributor

dylanratcliffe commented Jan 12, 2021

@MartyEwings Almost, lines 26 though 35 inclusive should be indented 2 more spaces

@MartyEwings
Copy link
Collaborator Author

Thanks @dylanratcliffe fixed it... why is the styling the most difficult part for me±

@dylanratcliffe
Copy link
Contributor

Much more better. Do you have puppet-lint working in vscode? That helps a lot

@MartyEwings MartyEwings merged commit 52ea799 into main Jan 12, 2021
RSAN Development automation moved this from In Progress to complete Jan 12, 2021
@MartyEwings MartyEwings deleted the uninstall branch January 12, 2021 14:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Development

Successfully merging this pull request may close these issues.

Allow for removal of RSAN on the exporter nodes
2 participants