Guest

Untitled

By: a guest on Jan 28th, 2012  |  syntax: None  |  size: 0.29 KB  |  hits: 11  |  expires: Never
download  |  raw  |  embed  |  report abuse
Copied
  1. mount {
  2.       "/var/www/reports/1":
  3.          atboot   => "true",
  4.          device   => "172.25.2.2:/opt/reports",
  5.          ensure   => "mounted",
  6.          fstype   => "nfs",
  7.          options  => "ro,acl",
  8.          remounts => "false",
  9.          require  => File["/var/www/reports/1"]
  10.    }