Skip to content

Commit

Permalink
Prevent "vault" service to be restarted on update (#52)
Browse files Browse the repository at this point in the history
  • Loading branch information
legal90 authored and johnbellone committed Apr 18, 2016
1 parent ecb48de commit 9392c33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libraries/vault_service.rb
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ def service_options(service)
service.directory(new_resource.directory)
service.user(new_resource.user)
service.environment(new_resource.environment)
service.restart_on_update(true)
service.restart_on_update(false)
service.provider(:sysvinit)

if node.platform_family?('rhel') && node.platform_version.to_i == 6
Expand Down

0 comments on commit 9392c33

Please sign in to comment.