[augeas-devel] [PATCH 4 of 4] Add indentation to fields for tests

Raphael Pinson raphink at gmail.com
Tue Aug 12 11:59:06 UTC 2008


# HG changeset patch
# User Raphael Pinson <raphink at gmail.com>
# Date 1218542263 -7200
# Node ID 90624d191d998788155c72583f49bdf462ca8195
# Parent  a3d968442eb9796287b00092a65c5dd6768d6302
Add indentation to fields for tests

diff -r a3d968442eb9 -r 90624d191d99 lenses/tests/test_sudoers.aug
--- a/lenses/tests/test_sudoers.aug	Tue Aug 12 13:57:32 2008 +0200
+++ b/lenses/tests/test_sudoers.aug	Tue Aug 12 13:57:43 2008 +0200
@@ -1,9 +1,9 @@ module Test_sudoers =
 module Test_sudoers =
 
    let conf = "
-Host_Alias LOCALNET = 192.168.0.0/24, localhost
+  Host_Alias LOCALNET = 192.168.0.0/24, localhost
 
-# User alias specification
+   # User alias specification
 
 # Cmnd alias specification
 
@@ -15,10 +15,10 @@ Cmnd_Alias \
     /usr/bin/dpkg, /usr/bin/dselect, /usr/sbin/dpkg-reconfigure \
     : PBUILDER = /usr/sbin/pbuilder
 
-Cmnd_Alias ICAL = /bin/cat /home/rpinson/.kde/share/apps/korganizer/std.ics
+   Cmnd_Alias ICAL = /bin/cat /home/rpinson/.kde/share/apps/korganizer/std.ics
 
-Defaults at LOCALNET        !lecture, \
-   	tty_tickets,!fqdn
+	Defaults at LOCALNET        !lecture, \
+   		tty_tickets,!fqdn
 
 Defaults:buildd env_keep+=\"APT_CONFIG DEBIAN_FRONTEND SHELL\"
 
@@ -33,7 +33,7 @@ www-data +biglab=(rpinson)NOEXEC: ICAL \
         : \
         localhost = NOPASSWD: 	/usr/bin/test
 
-+secretaries           ALPHA = /usr/bin/su [!-]*, !/usr/bin/su *root*
+	+secretaries           ALPHA = /usr/bin/su [!-]*, !/usr/bin/su *root*
 "
 
    test Sudoers.lns get conf = 




More information about the augeas-devel mailing list