This repository has been archived by the owner on Jan 30, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 81
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
molecule: Test pulp-rpm installation on debian-11
[noissue]
- Loading branch information
1 parent
aebe8fd
commit ad8c3a2
Showing
1 changed file
with
0 additions
and
27 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,29 +1,2 @@ | ||
pulp_install_plugins: | ||
# galaxy-ng: | ||
# source_dir: "/var/lib/pulp/devel/galaxy_ng" | ||
# pulp-ansible: | ||
# source_dir: "/var/lib/pulp/devel/pulp_ansible" | ||
# pulp-certguard: | ||
# source_dir: "/var/lib/pulp/devel/pulp-certguard" | ||
# pulp-container: | ||
# source_dir: "/var/lib/pulp/devel/pulp_container" | ||
# pulp-cookbook: | ||
# source_dir: "/var/lib/pulp/devel/pulp_cookbook" | ||
# pulp-deb: | ||
# source_dir: "/var/lib/pulp/devel/pulp_deb" | ||
pulp-file: | ||
git_url: "https://github.com/pulp/pulp_file" | ||
source_dir: "/var/lib/pulp/devel/pulp_file" | ||
# pulp-gem: | ||
# source_dir: "/var/lib/pulp/devel/pulp_gem" | ||
# pulp-maven: | ||
# source_dir: "/var/lib/pulp/devel/pulp_maven" | ||
# pulp-npm: | ||
# source_dir: "/var/lib/pulp/devel/pulp_npm" | ||
# pulp-python: | ||
# source_dir: "/var/lib/pulp/devel/pulp_python" | ||
# pulp-rpm: | ||
# source_dir: "/home/vagrant/devel/pulp_rpm" | ||
|
||
# These variables are used by molecule verify, not the installer itself | ||
pulp_python_interpreter: /usr/bin/python3 |