Skip to content

Commit

Permalink
Merge pull request #177 from yakatz/yum_ordering
Browse files Browse the repository at this point in the history
Ensure yumrepo is always before package
  • Loading branch information
jhoblitt authored Jan 21, 2025
2 parents c95f252 + fa25c32 commit a0e1115
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions manifests/init.pp
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
baseurl => "https://download.opensuse.org/repositories/home:/vbernat/${repourl}/",
gpgcheck => 1,
}
Yumrepo['lldpd'] -> Package['lldpd']
}
'Debian': {
include apt # required so apt::key can access variables from init.pp
Expand Down

0 comments on commit a0e1115

Please sign in to comment.