Skip to content

Commit

Permalink
logging mount_point
Browse files Browse the repository at this point in the history
  • Loading branch information
steveyen committed Jul 4, 2012
1 parent 674e1dc commit bc59ca0
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions cookbooks/couchbase/recipes/default.rb
Expand Up @@ -42,6 +42,11 @@
action :run
end

# key - block_device/devices/device1/mount_point
# val - /mnt/storage1

log("device1 mount_point: #{node[:block_device][:devices][:device1][:mount_point]}")

log("/opt/couchbase/bin/couchbase-cli bucket-create" +
" -c 127.0.0.1:8091" +
" -u #{node[:db_couchbase][:cluster][:username]}" +
Expand Down

0 comments on commit bc59ca0

Please sign in to comment.