Skip to content

Commit

Permalink
minor lint cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
jlambert121 committed Feb 24, 2013
1 parent 7c561ad commit f941193
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion manifests/check.pp
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
$interval = '60',
$subscribers = []
) {

sensu_check_config { $name:
realname => $name,
command => $command,
Expand Down
8 changes: 4 additions & 4 deletions manifests/rabbitmq.pp
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@
if !defined(Sensu_rabbitmq_config[$::fqdn]) {
if $ssl_cert_chain != '' {
file { '/etc/sensu/ssl':
ensure => directory,
owner => 'sensu',
group => 'sensu',
mode => '0755',
ensure => directory,
owner => 'sensu',
group => 'sensu',
mode => '0755',
require => Package['sensu'],
}

Expand Down
2 changes: 1 addition & 1 deletion manifests/repo.pp
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
class { 'sensu::repo::yum': ensure => $ensure, repo => $repo }
}

default: { alert("$::operatingsystem not supported yet") }
default: { alert("${::operatingsystem} not supported yet") }

}

Expand Down

0 comments on commit f941193

Please sign in to comment.