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

Add support for managing tags #14

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

gavinsanders
Copy link

The access-insights client supports tags configured via a tags.yaml file. This creates the tags.yaml file.
Addditionally stdlib is added as a requirement to use the to_yaml function.

@@ -93,6 +97,11 @@
}
}

file { "/etc/${package_name}/tags.yaml":
Copy link
Collaborator

Choose a reason for hiding this comment

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

I'll admit I don't know too much about the insights client (my knowledge is mainly on the Puppet side). Is this something that should be there before it's registered?

Choose a reason for hiding this comment

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

From what I've heard it will be picked up by the agent, but not directly. If you want it directly you have to unregister/register the client again. That is for the file-redaction.yaml file.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants