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

The ability to exclusively use profiles in Foreman #28

Open
luksi1 opened this issue Sep 9, 2019 · 0 comments
Open

The ability to exclusively use profiles in Foreman #28

luksi1 opened this issue Sep 9, 2019 · 0 comments

Comments

@luksi1
Copy link
Owner

luksi1 commented Sep 9, 2019

In many cases, you don't want to see all of the Puppet modules in Foreman, rather only the profiles that can be applied, since you should not be applying modules, but rather profiles that use those dependent modules.

For instance:

//profile.pp
class profile {
include ::docker
}

The module "docker" should be an option when applying Puppet classes, rather you should only see "profile" when attempting to apply a class to a node.

This is possible when using exclude/include regex's in the foreman configuration.

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

No branches or pull requests

1 participant