Skip to content

Instantly share code, notes, and snippets.

@jarus
Created August 16, 2013 11:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jarus/1a468eb7cedf5fc011f3 to your computer and use it in GitHub Desktop.
Save jarus/1a468eb7cedf5fc011f3 to your computer and use it in GitHub Desktop.
nginx-tmpfs:
mount.mounted:
- name: /tmp/nginx/
- device: tmpfs
- fstype: tmpfs
- mkmnt: True
- opts:
- defaults
- size=50M
Filesystem Size Used Avail Use% Mounted on
rootfs 5.7G 1.1G 4.3G 21% /
udev 10M 0 10M 0% /dev
tmpfs 50M 208K 50M 1% /run
/dev/disk/by-uuid/bb47a522-2319-4145-bf83-ea188ce4d979 5.7G 1.1G 4.3G 21% /
tmpfs 5.0M 0 5.0M 0% /run/lock
tmpfs 160M 0 160M 0% /run/shm
tmpfs 50M 0 50M 0% /tmp/nginx
tmpfs 50M 0 50M 0% /tmp/nginx
tmpfs 50M 0 50M 0% /tmp/nginx
tmpfs 50M 0 50M 0% /tmp/nginx
tmpfs 50M 0 50M 0% /tmp/nginx
tmpfs 50M 0 50M 0% /tmp/nginx
tmpfs 50M 0 50M 0% /tmp/nginx
tmpfs 50M 0 50M 0% /tmp/nginx
tmpfs 50M 0 50M 0% /tmp/nginx
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment