You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 29, 2023. It is now read-only.
echo -e " --version\t\tThe version of Couchbase to install. Default: $DEFAULT_COUCHBASE_ENTERPRISE_VERSION."
54
54
echo -e " --checksum\t\tThe checksum of the Couchbase package. Required if --version is specified. You can get it from the downloads page of the Couchbase website."
55
55
echo -e " --checksum-type\tThe type of checksum in --checksum. Required if --version is specified. Must be one of: $SHA256_CHECKSUM_TYPE, $MD5_CHECKSUM_TYPE."
56
-
echo -e " --swapiness\t\tThe OS swapiness setting to use. Couchbase recommends setting this to 0. Default: $DEFAULT_SWAPINESS."
56
+
echo -e " --swappiness\t\tThe OS swappiness setting to use. Couchbase recommends setting this to 0. Default: $DEFAULT_SWAPPINESS."
57
57
echo
58
58
echo"Example:"
59
59
echo
@@ -118,6 +118,10 @@ function install_couchbase_on_amazon_linux {
118
118
119
119
log_info "Cleaning up $filepath"
120
120
rm -f "$filepath"
121
+
122
+
# Workaround for https://github.com/gruntwork-io/terraform-aws-couchbase/issues/33
0 commit comments