Sha256: 1faf965a6f349371b5121fc660daf72ecf9435418c92ce7c0acf96178da04e8b
Contents?: true
Size: 251 Bytes
Versions: 53
Compression:
Stored size: 251 Bytes
Contents
# Make Swap - create_swap_file: - exec_in: fallocate -l $$swap_size /swap - exec_in: chmod 600 /swap - exec_in: chown root:root /swap - exec_in: mkswap /swap - add_swap_to_fstab: - exec_in: echo "/swap swap swap defaults 0 0" >> /etc/fstab
Version data entries
53 entries across 53 versions & 1 rubygems