Skip to content

Commit

Permalink
Fix wrong APT Sensu name
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander Fortin committed Jul 5, 2012
1 parent a21e72e commit ad1d9a1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions manifests/debian.pp
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@

class sensu::debian {

sensu::apt::key { 'sensuapp':
sensu::apt::key { 'Sensu':
ensure => 'present',
url => 'http://repos.sensuapp.org/apt/pubkey.gpg',
}

sensu::apt::source { 'sensuapp':
ensure => 'present',
content => 'deb http://repos.sensuapp.org/apt sensu main',
require => Sensu::Apt::Key['sensuapp'],
require => Sensu::Apt::Key['Sensu'],
}

}

0 comments on commit ad1d9a1

Please sign in to comment.