Skip to content

Commit

Permalink
Switch to using better package
Browse files Browse the repository at this point in the history
This is a better package (not existing notwithstanding).
  • Loading branch information
reidmv committed Aug 4, 2016
1 parent 8be7b24 commit 549584c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions manifests/init.pp
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
validate_re($webhook, 'https:\/\/hooks.slack.com\/(services\/)?T.+\/B.+\/.+', 'The webhook URL is invalid')
validate_re($channel, '#.+', 'The channel should start with a hash sign')

package { 'slack-notifier':
package { 'slack-notifier-more-better':
ensure => latest,
provider => 'puppetserver_gem'
}
Expand Down Expand Up @@ -45,6 +45,6 @@
group => 'pe-puppet',
mode => '0644',
content => template('reportslack/slack.yaml.erb'),
require => Package['slack-notifier'],
require => Package['slack-notifier-more-better'],
}
}

0 comments on commit 549584c

Please sign in to comment.