Skip to content

Commit

Permalink
locked down files with sensitive info
Browse files Browse the repository at this point in the history
  • Loading branch information
jlambert121 committed Jul 9, 2013
1 parent 36ab3ab commit c152dc5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion manifests/rabbitmq.pp
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
ensure => 'file',
owner => 'sensu',
group => 'sensu',
mode => '0444',
mode => '0440',
before => Sensu_rabbitmq_config[$::fqdn],
}

Expand Down
2 changes: 1 addition & 1 deletion manifests/server.pp
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
ensure => $ensure,
owner => 'sensu',
group => 'sensu',
mode => '0444',
mode => '0440',
}

file { ['/etc/sensu/conf.d/checks', '/etc/sensu/conf.d/handlers']:
Expand Down

0 comments on commit c152dc5

Please sign in to comment.