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 missing 'apt' dependency for puppet_agent #6

Merged
merged 1 commit into from
Jun 4, 2024

Conversation

gavindidrichsen
Copy link
Contributor

Before the change notice the UNMET DEPENDENCY puppetlabs-apt (>= 7.7.1 < 10.0.0) beneath the puppet_agent:

➜  puppet-gitea git:(main) ✗ bera spec_prep
+ bundle exec rake spec_prep
==> rake spec_prep
...
...
➜  puppet-gitea git:(main) ✗ puppet module list --tree --modulepath=spec/fixtures/modules
Warning: Missing dependency 'puppetlabs-apt':
  'puppetlabs-puppet_agent' (v4.20.0) requires 'puppetlabs-apt' (>= 7.7.1 < 10.0.0)
/Users/gavin.didrichsen/@REFERENCES/github/app/parent/tools/gitea/forks/puppet-gitea/spec/fixtures/modules
├─┬ h0tw1r3-gitea (v3.2.0)
│ ├── puppetlabs-stdlib (v9.6.0)
│ ├── puppetlabs-inifile (v6.1.1)
│ ├── puppet-archive (v7.1.0)
│ ├── puppet-extlib (v7.0.0)
│ └── puppet-systemd (v7.0.0)
├─┬ puppetlabs-puppet_agent (v4.20.0)
│ ├── UNMET DEPENDENCY puppetlabs-apt (>= 7.7.1 < 10.0.0)
│ └── puppetlabs-facts (v1.5.0)
└── puppetlabs-provision (v2.1.1)
➜  puppet-gitea git:(main) ✗ 

After the change

➜  puppet-gitea git:(main) ✗ puppet module list --tree --modulepath=spec/fixtures/modules
/Users/gavin.didrichsen/@REFERENCES/github/app/parent/tools/gitea/forks/puppet-gitea/spec/fixtures/modules
├─┬ h0tw1r3-gitea (v3.2.0)
│ ├── puppetlabs-stdlib (v9.6.0)
│ ├── puppetlabs-inifile (v6.1.1)
│ ├── puppet-archive (v7.1.0)
│ ├── puppet-extlib (v7.0.0)
│ └── puppet-systemd (v7.0.0)
├─┬ puppetlabs-puppet_agent (v4.20.0)
│ ├── puppetlabs-apt (v9.4.0)
│ └── puppetlabs-facts (v1.5.0)
└── puppetlabs-provision (v2.1.1)
➜  puppet-gitea git:(main) ✗ 

@h0tw1r3 h0tw1r3 added bug Something isn't working maintenance and removed bug Something isn't working labels Jun 4, 2024
@h0tw1r3 h0tw1r3 merged commit cfb0bd7 into h0tw1r3:main Jun 4, 2024
23 checks passed
@gavindidrichsen gavindidrichsen deleted the fix_missing_dependency branch June 5, 2024 17:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants