Skip to content

Commit

Permalink
Fix Debian 11 acceptance tests (#270)
Browse files Browse the repository at this point in the history
  • Loading branch information
treydock authored Dec 19, 2022
1 parent 1efcc5d commit d064a88
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions spec/spec_helper_acceptance_setup.rb
Original file line number Diff line number Diff line change
Expand Up @@ -60,3 +60,5 @@
on hosts, 'mkdir -p /etc/puppetlabs/puppet/data/os/Ubuntu'
create_remote_file(hosts, '/etc/puppetlabs/puppet/data/os/Ubuntu/18.04.yaml', ubuntu1804_yaml)
create_remote_file(hosts, '/etc/puppetlabs/puppet/data/os/Ubuntu/20.04.yaml', ubuntu2004_yaml)
on hosts, 'mkdir -p /etc/puppetlabs/puppet/data/os/Debian'
create_remote_file(hosts, '/etc/puppetlabs/puppet/data/os/Debian/11.yaml', ubuntu2004_yaml)

0 comments on commit d064a88

Please sign in to comment.