Skip to content

Commit

Permalink
Fixing template bug and spacing
Browse files Browse the repository at this point in the history
I made a mistake when renaming variables
and forgot to update the template. This fixes
the template and some whitespace in the init
file
  • Loading branch information
whpearson committed Mar 13, 2015
1 parent a84fb65 commit e3f34c5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion manifests/init.pp
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@
$gem_path = '',
$log_level = 'info',
$dashboard = false,
$init_stop_max_wait = 10,
$init_stop_max_wait = 10,
){

validate_bool($client, $server, $api, $install_repo, $purge_config, $safe_mode, $manage_services)
Expand Down
2 changes: 1 addition & 1 deletion templates/sensu.erb
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,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") %>"
SERVICE_MAX_WAIT="<%= scope.lookupvar("sensu::init_stop_timeout_length") %>"
SERVICE_MAX_WAIT="<%= scope.lookupvar("sensu::init_stop_max_wait") %>"

0 comments on commit e3f34c5

Please sign in to comment.