-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
(SIMP-4941) Cleanup unneeded fixtures (#37)
SIMP-4941 #comment postfix fixed
- Loading branch information
1 parent
760889f
commit c8f4680
Showing
3 changed files
with
3 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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}" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|