Skip to content

Commit

Permalink
Fix plugin testing for 1.1.x
Browse files Browse the repository at this point in the history
  • Loading branch information
treydock committed Nov 8, 2022
1 parent b7e271a commit 1b4c388
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions spec/acceptance/02_plugin_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@ class { 'rsyslog::client':
SETUP_PP
pp = <<-PUPPET_PP
class { 'apptainer':
version => '1.0.1',
version => '1.1.0',
install_method => 'source',
# Avoid /etc/localtime which may not exist in minimal Docker environments
bind_paths => ['/etc/hosts'],
}
apptainer::plugin { 'github.com/apptainer/apptainer/log-plugin':
apptainer::plugin { 'example.com/log-plugin':
source_dir => 'examples/plugins/log-plugin',
}
PUPPET_PP
Expand Down Expand Up @@ -48,12 +48,12 @@ class { 'rsyslog::client':
SETUP_PP
pp = <<-PUPPET_PP
class { 'apptainer':
version => '1.0.2',
version => '1.1.3',
install_method => 'source',
# Avoid /etc/localtime which may not exist in minimal Docker environments
bind_paths => ['/etc/hosts'],
}
apptainer::plugin { 'github.com/apptainer/apptainer/log-plugin':
apptainer::plugin { 'example.com/log-plugin':
source_dir => 'examples/plugins/log-plugin',
}
PUPPET_PP
Expand Down

0 comments on commit 1b4c388

Please sign in to comment.