-
Notifications
You must be signed in to change notification settings - Fork 290
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Set a GEM_PATH in /etc/default/sensu
If we have gems installed in different locations, we'd like to be able to use them without having to mess around the /opt/sensu directory.
- Loading branch information
Jesus Roncero
committed
Jul 4, 2014
1 parent
dcbdc24
commit 9a72ce9
Showing
2 changed files
with
6 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
EMBEDDED_RUBY=<%= scope.lookupvar("sensu::use_embedded_ruby") %> | ||
LOG_LEVEL=<%= scope.lookupvar("sensu::log_level") %> | ||
RUBYOPT="<%= scope.lookupvar("sensu::rubyopt") %>" | ||
GEM_PATH="<%= scope.lookupvar("sensu::gem_path") %>" | ||
|