PASTEBIN
| #1 paste tool since 2002
create new paste
tools
api
archive
real-time
faq
PASTEBIN
create new paste
trending pastes
sign up
login
my settings
my profile
Public Pastes
How to create clas...
1 sec ago
PornFidelity Madis...
1 sec ago
Classe segment
Java | 4 sec ago
4x Mikaylamendez.c...
21 sec ago
Untitled
13 sec ago
Untitled
JavaScript | 14 sec ago
Epicness
34 sec ago
To CTE or not to CTE
25 sec ago
Untitled
By: a guest on Jan 28th, 2012 | syntax:
None
| size: 0.29 KB | hits: 11 | expires: Never
download
|
raw
|
embed
|
report abuse
Copied
mount {
"/var/www/reports/1":
atboot => "true",
device => "172.25.2.2:/opt/reports",
ensure => "mounted",
fstype => "nfs",
options => "ro,acl",
remounts => "false",
require => File["/var/www/reports/1"]
}
create a
new version
of this paste
RAW Paste Data
mount { "/var/www/reports/1": atboot => "true", device => "172.25.2.2:/opt/reports", ensure => "mounted", fstype => "nfs", options => "ro,acl", remounts => "false", require => File["/var/www/reports/1"] }