Files
mgmt/examples/lang/mount2.mcl
2018-05-04 15:53:05 -04:00

14 lines
209 B
Plaintext

mount "/media/cdrom" {
state => "exists",
device => "/dev/cdrom",
type => "iso9660",
options => {
"ro"=>"",
"relatime"=>"",
"nojoliet"=>"",
"check"=>"s",
"map"=>"n",
"blocksize"=>"2048",
},
}