Skip to content

Commit

Permalink
(#288) Removed the epel-modular repo from local_simp.pp (#289)
Browse files Browse the repository at this point in the history
* (#288) Removed the epel-modular repo from local_simp.pp

Fixed #288

* Updated metadata and changelog for a new release

---------

Co-authored-by: op-ct <[email protected]>
  • Loading branch information
michael-riddle and op-ct authored Apr 18, 2023
1 parent f0c6b2c commit d78baba
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 7 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
* Mon Apr 17 2023 Mike Riddle <[email protected]> - 4.16.5
- Removed the epel-modular repo from the list of client repos

* Fri Jun 03 2022 Trevor Vaughan <[email protected]> - 4.16.4
- Allow `puppet/chrony` < `3.0.0`
- Allow `puppetlabs/stdlib` < `9.0.0`
Expand Down
6 changes: 0 additions & 6 deletions manifests/yum/repo/local_simp.pp
Original file line number Diff line number Diff line change
Expand Up @@ -147,12 +147,6 @@
descr => "${_descr_base} postgresql packages",
* => $_common_attrs
}

yumrepo { 'simp-epel-modular':
baseurl => "${baseurl}/epel-modular",
descr => "${_descr_base} EPEL Modular packages",
* => $_common_attrs
}
}
else {
yumrepo { 'simp':
Expand Down
2 changes: 1 addition & 1 deletion metadata.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "simp-simp",
"version": "4.16.4",
"version": "4.16.5",
"author": "SIMP Team",
"summary": "default profiles for core SIMP installations",
"license": "Apache-2.0",
Expand Down

0 comments on commit d78baba

Please sign in to comment.