keeleysam / munki-exported

Automatically exported from code.google.com/p/munki
Other
0 stars 0 forks source link

munki shoud be able to host the repository in others protocols such as: AFP, FTP or NFS #230

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
munki should not be limited to the HTTP protocol only. The are others protocols 
the are very robust when it comes to file serving in comparison to HTTP. In a 
local network, AFP offers many advantages like multicast or FTP is another 
protocol that was designed for transferring files.

Original issue reported on code.google.com by vox...@gmail.com on 26 Mar 2013 at 6:08

GoogleCodeExporter commented 9 years ago
No development work will be done to add explicit support for any additional 
protocols.

Munki actually is protocol agnostic, but only two protocols meet its needs: 
http:// and file://.

If you have NFS automounts, you can use file:// URLs to access items via 
pathname.

For AFP, SMB, or FTP, you could write a preflight script that mounted your file 
share.
Munki then could use file:// URLs to access items from the file share.
A postflight script could then unmount the file share.

Original comment by gregnea...@mac.com on 26 Mar 2013 at 8:14

GoogleCodeExporter commented 9 years ago
Per Greg's request for comment:

Nothing interesting to add here other than the fact that we've used file:// to 
access the munki repo via NFS automount for a couple of years now.  Fails over 
to http:// if this is inaccessible.

Original comment by theh...@gmail.com on 26 Mar 2013 at 8:42

GoogleCodeExporter commented 9 years ago
A suitable workaround has been presented.

Original comment by daygloje...@gmail.com on 26 Mar 2013 at 8:54