Skip to content

Commit

Permalink
never install puppet 7.29.0 on EL
Browse files Browse the repository at this point in the history
  • Loading branch information
evgeni committed Mar 4, 2024
1 parent 1fa7917 commit 245e2b0
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions roles/vagrant_workarounds/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,13 @@
Pin-Priority: -10
when:
- ansible_os_family == 'Debian'

# workaround for https://github.com/puppetlabs/puppet/issues/9268
- name: never install Puppet 7.29.0 on EL
community.general.ini_file:
path: /etc/dnf/dnf.conf
section: main
option: excludepkgs
value: 'puppet-agent-7.29.0*'
when:
- ansible_os_family == 'RedHat'

0 comments on commit 245e2b0

Please sign in to comment.