dust-deploy 0.12.1 → 0.12.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/changelog.md +6 -0
- data/lib/dust/recipes/cjdroute.rb +1 -0
- data/lib/dust/version.rb +1 -1
- metadata +1 -1
data/changelog.md
CHANGED
|
@@ -153,6 +153,7 @@ class Cjdroute< Recipe
|
|
|
153
153
|
|
|
154
154
|
# fire up cjdroute
|
|
155
155
|
def start_cjdroute
|
|
156
|
+
sleep 2 # sleep to make sure old cjdroute is dead
|
|
156
157
|
::Dust.print_msg 'fireing up cjdroute'
|
|
157
158
|
::Dust.print_result @node.exec("nohup #{@config['bin_dir']}/cjdroute < #{@config['etc_dir']}/cjdroute.conf &> /dev/null &")[:exit_code]
|
|
158
159
|
end
|
data/lib/dust/version.rb
CHANGED