Skip to content

Commit

Permalink
fix voxpupuli#299 idp packages are managed before-repository
Browse files Browse the repository at this point in the history
  • Loading branch information
lbetz authored and n00by committed Apr 26, 2018
1 parent 6a5d9c7 commit 1ebf2a7
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion manifests/repo.pp
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,9 @@
}
}
'debian': {
# handle icinga stable repo before all package resources
# contain class problem!
Apt::Source['icinga-stable-release'] -> Package <||>
case $::operatingsystem {
'debian': {
include ::apt, ::apt::backports
Expand All @@ -50,7 +53,8 @@
key => {
id => 'F51A91A5EE001AA5D77D53C4C6E319C334410682',
source => 'http://packages.icinga.com/icinga.key',
};
},
require => Class['::apt::backports'],
}
}
'ubuntu': {
Expand Down

0 comments on commit 1ebf2a7

Please sign in to comment.