Displaying 1 result from an estimated 1 matches for "cobblernfs".
2009 Aug 11
1
[PATCH server] remove appliance bits
...> "puppet:///ovirt/ovirt-appliance-setup",
- mode => 755
-}
-
-single_exec{"ovirtnfs_export":
- command => '/bin/echo "/ovirtnfs 192.168.50.0/24(rw,no_root_squash)" >> /etc/exports',
- notify => Service[nfs]
-}
-
-file{"/mnt/data/cobblernfs":
- ensure => directory
-}
-
-file{"/cobblernfs":
- ensure => directory
-}
-
-mount{"/cobblernfs":
- atboot => true,
- ensure => mounted,
- fstype => bind,
- options => bind,
- device => "/mnt/data/ovirtnfs",
- require...