This repository was archived by the owner on Oct 25, 2022. It is now read-only.
File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 2
2
when 'rhel' , 'fedora'
3
3
4
4
remote_file "#{ Chef ::Config [ :file_cache_path ] } /swookiee.rpm" do
5
- source "https://github.com/swookiee/swookiee-packages/releases/download/v#{ node . swookiee . rpm_version } /swookiee-#{ node . swookiee . version } -v#{ node . swookiee . rpm_version } .noarch.rpm"
5
+ source "https://github.com/swookiee/swookiee-packages/releases/download/v#{ node [ : swookiee] [ : rpm_version] } /swookiee-#{ node [ : swookiee] [ : version] } -v#{ node [ : swookiee] [ : rpm_version] } .noarch.rpm"
6
6
action :create
7
7
end
8
8
Original file line number Diff line number Diff line change 2
2
## Copy this to /etc/default/swookiee
3
3
4
4
# Memory settings
5
- JVM_OPTS="<%= node. swookiee. jvm_opts %> "
5
+ JVM_OPTS="<%= node[: swookiee][: jvm_opts] %> "
6
6
7
7
# Drop In Folder
8
- DROP_IN="-Dfelix.fileinstall.dir=<%= node. swookiee. dropin_location %> "
8
+ DROP_IN="-Dfelix.fileinstall.dir=<%= node[: swookiee][: dropin_location] %> "
9
9
10
10
# Start process with non-default priority (default 'nice' priorities -20 to 19)
11
- PROCESS_PRIORITY=<%= node. swookiee. process_priority %>
11
+ PROCESS_PRIORITY=<%= node[: swookiee][: process_priority] %>
You can’t perform that action at this time.
0 commit comments