-
-
Notifications
You must be signed in to change notification settings - Fork 100
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
Permit easily purging unmanaged repos #258
Conversation
|
Can you release a new forge version with the last batch of changes? |
|
@jcpunk does this actually work? If I just create a purge file resource for the directory, the module creates the repos and then purges them again each run. Apparently the modules creates files without using the file resources. |
That is from one run. |
|
I'm a bit surprised that the My target use case is paired with voxpupuli/puppet-rhsm@1c2abe5 so that I can be sure only |
|
I've popped open https://tickets.puppetlabs.com/browse/PUP-11585 (I can't seem to create tickets against the MODULE project....) |
|
This was an attempted fix of #94. |
This method of purging unmanaged yum repo configs does not work. Fixes voxpupuli#285
Revert #258, which added purge_unmanaged_repos
Pull Request (PR) description
With the support for defining repos, it is helpful to have an easy way to purge unmanaged repos.
This Pull Request (PR) fixes the following issues
N/A