Skip to content

Commit

Permalink
Pass variables to template
Browse files Browse the repository at this point in the history
* To customize the template, we need variables

Change-Id: Ifc3e96ad82f425f0f5e3f390814ce3ae5e73880a
  • Loading branch information
achamo committed Apr 5, 2024
1 parent 354da72 commit 70c9e16
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions resources/default.rb
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,7 @@
mode '0644'
owner new_resource.nexus3_user
group new_resource.nexus3_group
variables(config: new_resource.logback_variables['config'])
notifies :restart, "nexus3_service[#{new_resource.service_name}]", :delayed
notifies :run, "ruby_block[#{blocker}]", :delayed
not_if { new_resource.logback_variables.empty? }
Expand Down

0 comments on commit 70c9e16

Please sign in to comment.