Skip to content

Commit

Permalink
(SIMP-4941) Cleanup unneeded fixtures (#37)
Browse files Browse the repository at this point in the history
SIMP-4941 #comment postfix fixed
  • Loading branch information
Nick Miller authored and lnemsick-simp committed Jun 21, 2018
1 parent 760889f commit c8f4680
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .fixtures.yml
Original file line number Diff line number Diff line change
@@ -1,17 +1,11 @@
---
fixtures:
repositories:
auditd: https://github.com/simp/pupmod-simp-auditd
augeasproviders_core: https://github.com/simp/augeasproviders_core
augeasproviders_grub: https://github.com/simp/augeasproviders_grub
concat: https://github.com/simp/puppetlabs-concat
haveged: https://github.com/simp/pupmod-simp-haveged
iptables: https://github.com/simp/pupmod-simp-iptables
logrotate: https://github.com/simp/pupmod-simp-logrotate
pki: https://github.com/simp/pupmod-simp-pki
rsyslog: https://github.com/simp/pupmod-simp-rsyslog
simplib: https://github.com/simp/pupmod-simp-simplib
simp_options: https://github.com/simp/pupmod-simp-simp_options
stdlib: https://github.com/simp/puppetlabs-stdlib
symlinks:
postfix: "#{source_dir}"
2 changes: 2 additions & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -197,6 +197,7 @@ default-acceptance:
variables:
PUPPET_VERSION: '4.10'
script:
- bundle exec rake spec_clean
- bundle exec rake beaker:suites[default]

fips-acceptance:
Expand All @@ -209,4 +210,5 @@ fips-acceptance:
PUPPET_VERSION: '4.10'
BEAKER_fips: 'yes'
script:
- bundle exec rake spec_clean
- bundle exec rake beaker:suites[default]
1 change: 1 addition & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
- /etc/postfix/* perms from 0640 to 0644
- /usr/libexec/postfix management is no longer recursive
- /var/spool/mail perms from 0755 to 0775
- Cleanup unneeded fixtures and update CI assets

* Thu May 17 2018 Jeanne Greulich <[email protected]> - 5.1.0-0
- Added main_cf_hash parameter so a list of additional settings for main.cf
Expand Down

0 comments on commit c8f4680

Please sign in to comment.