~ubuntu-branches/ubuntu/saucy/augeas/saucy-proposed

« back to all changes in this revision

Viewing changes to lenses/tests/test_automaster.aug

  • Committer: Package Import Robot
  • Author(s): Raphaël Pinson
  • Date: 2013-06-15 22:36:05 UTC
  • mfrom: (1.5.3)
  • Revision ID: package-import@ubuntu.com-20130615223605-en6kj1zzaku28c57
Tags: 1.1.0-0ubuntu1
* New upstream release
* Fix download URL in debian/watch

Show diffs side-by-side

added added

removed removed

Lines of Context:
11
11
/home     ldap:example.com:ou=auto.home,dc=example,dc=com 
12
12
/mnt      yp:mnt.map -strict,-Dfoo=bar,uid=1000
13
13
/mnt      yp,sun:mnt.map
 
14
/auto   /etc/auto.HD --timeout=15 --ghost
14
15
 
15
16
+dir:/etc/auto.master.d
16
17
+ auto.master
46
47
        { "type" = "yp" }
47
48
        { "format" = "sun" }
48
49
        { "map" = "mnt.map" } }
 
50
    { "8" = "/auto"
 
51
        { "map" = "/etc/auto.HD" }
 
52
        { "opt" = "--timeout"
 
53
            { "value" = "15" } }
 
54
        { "opt" = "--ghost" } }
49
55
    { }
50
 
    { "8" = "+"
 
56
    { "9" = "+"
51
57
        { "type" = "dir" }
52
58
        { "map" = "/etc/auto.master.d" } }
53
 
    { "9" = "+"
 
59
    { "10" = "+"
54
60
        { "map" = "auto.master" } }
55
61
 
56
62
(* Local Variables: *)