Skip to content

Commit

Permalink
Revert "never install puppet 7.29.0 on Debian"
Browse files Browse the repository at this point in the history
This reverts commit 1fa7917.
  • Loading branch information
evgeni committed Mar 11, 2024
1 parent 4034339 commit c57b26a
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions roles/vagrant_workarounds/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,3 @@
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 c57b26a

Please sign in to comment.