Refactor debmon repository feature

rename use_debmon to use_debmon_repo, merge debmon_repo class to install class

Signed-off-by: Nick Chappell <nick@intronic.org>
This commit is contained in:
Olivier FONTANNAUD 2014-10-03 11:16:36 +02:00 committed by Nick Chappell
parent 4dd15a17e7
commit e35c11aa21

View file

@ -1,14 +0,0 @@
class icinga2::server::debmon_repo {
apt::source { 'debmon':
location => 'http://debmon.org/debmon',
release => "debmon-${lsbdistcodename}",
repos => 'main',
key_source => 'http://debmon.org/debmon/repo.key',
key => 'BC7D020A',
include_src => false,
# backports repo use 200
pin => '300'
}
}