Skip to content

Commit

Permalink
Merge pull request #490 from r0b0tAnthony/master
Browse files Browse the repository at this point in the history
Updated config.pp to add base_path
  • Loading branch information
jlambert121 committed Mar 30, 2016
2 parents c53ac5c + 133ea98 commit b2e9752
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions manifests/rabbitmq/config.pp
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,7 @@
ssl_private_key => $ssl_private_key,
reconnect_on_error => $sensu::rabbitmq_reconnect_on_error,
prefetch => $sensu::rabbitmq_prefetch,
base_path => $sensu::conf_dir,
}

}

0 comments on commit b2e9752

Please sign in to comment.