Skip to content

Commit

Permalink
Fix SUSE repo
Browse files Browse the repository at this point in the history
  • Loading branch information
bobapple committed Jan 4, 2017
1 parent c91c518 commit c3afecd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manifests/repo.pp
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@
case $::operatingsystem {
'SLES': {
zypprepo { 'icinga-stable-release':
baseurl => "http://packages.icinga.com/SUSE/${::operatingsystemrelease}/release/",
baseurl => "http://packages.icinga.com/SUSE/${::operatingsystemmajrelease}/release/",
enabled => 1,
gpgcheck => 1,
require => Exec['import icinga gpg key']
Expand Down

0 comments on commit c3afecd

Please sign in to comment.