Skip to content

Commit

Permalink
(SIMP-10060) simp_apache Add Puppet 7 acceptance tests (#91)
Browse files Browse the repository at this point in the history
- Fixed
  - Ensure that all file resources that manage more than permissions have an
    'ensure' attribute - See PUP-7599
- Changed
  - Moved the 'magic' file into an EPP template to work better with Bolt
  - Add a Puppet 7 acceptance test
  - Test with CentOS 8.4 via generic/centos8 box

Co-authored-by: Trevor Vaughan <[email protected]>

SIMP-10060 #close
  • Loading branch information
lnemsick-simp authored Jul 7, 2021
1 parent 92de722 commit baba670
Show file tree
Hide file tree
Showing 9 changed files with 196 additions and 448 deletions.
14 changes: 14 additions & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -405,3 +405,17 @@ pup6.pe-oel-htaccess:
script:
- 'bundle exec rake spec_clean'
- 'bundle exec rake beaker:suites[htaccess,oel]'

pup7.x:
<<: *pup_7_x
<<: *acceptance_base
script:
- 'bundle exec rake beaker:suites[default,default]'


pup7.x-htaccess:
<<: *pup_7_x
<<: *acceptance_base
<<: *with_SIMP_ACCEPTANCE_MATRIX_LEVEL_2
script:
- 'bundle exec rake beaker:suites[htaccess,default]'
7 changes: 7 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
* Tue Jul 06 2021 Trevor Vaughan <[email protected]> - 7.1.0
- Fixed
- Ensure that all file resources that manage more than permissions have an
'ensure' attribute - See PUP-7599
- Changed
- Moved the 'magic' file into an EPP template to work better with Bolt

* Wed Jun 16 2021 Chris Tessmer <[email protected]> - 7.1.0
- Removed support for Puppet 5
- Ensured support for Puppet 7 in requirements and stdlib
Expand Down
Loading

0 comments on commit baba670

Please sign in to comment.