Skip to content

Commit

Permalink
never install puppet 7.29.0 on Debian
Browse files Browse the repository at this point in the history
  • Loading branch information
evgeni committed Mar 4, 2024
1 parent aca3dc7 commit 1fa7917
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions roles/vagrant_workarounds/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,14 @@
shell: rm -f /boot/*-generic.img
when:
- ansible_os_family == 'Debian'

# workaround for https://github.com/puppetlabs/puppet/issues/9268
- name: never install Puppet 7.29.0 on Debian
copy:
dest: /etc/apt/preferences.d/puppet.pref
content: |
Package: puppet-agent
Pin: version 7.29.0*
Pin-Priority: -10
when:
- ansible_os_family == 'Debian'

0 comments on commit 1fa7917

Please sign in to comment.