forked from puppetlabs-toy-chest/puppetlabs-rpmbuilder
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add dependency on puppetlabs_yum and use it
This removes the logic in the repos manifest and instead uses a module which already implements the same logic. It adds the dependency in the modulefile, .fixtures.yml. It also adds a new param to the main class which can be used to decide whether or not to include the pl repos. This also moves the include on epel into init.pp and updates the previous package dependency from rpmbuilder::repos to epel.
- Loading branch information
Showing
8 changed files
with
20 additions
and
92 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,6 @@ | ||
fixtures: | ||
repositories: | ||
epel: https://github.com/stahnma/puppet-module-epel.git | ||
puppetlabs_yum: https://github.com/stahnma/puppet-module-puppetlabs_yum.git | ||
symlinks: | ||
rpmbuilder: "#{source_dir}" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters