crans_bcfg2/Python/etc/auto.master
Jérémie Dimino 4f142bff4c Conf d'autofs
darcs-hash:20080209200550-41f88-347594610d1088e139c82e2d26bf04b10ddf58e8.gz
2008-02-09 21:05:50 +01:00

9 lines
207 B
Python

# -*- coding: utf-8; mode: python -*-
header("Définition des points de montage pour autofs.")
def mount(mntpoint, script):
print mntpoint, script
if has("home"):
mount("/home", "/etc/auto.home")