3 --- library/lineinfile.orig 2012-12-23 14:25:38.000000000 +0000
5 @@ -82,6 +82,7 @@ options:
6 get the original file back if you somehow clobbered it incorrectly.
8 - code: "lineinfile: dest=/etc/selinux/config regexp=^SELINUX= line=SELINUX=disabled"
9 + - code: "lineinfile: \\\"dest=/usr/pkg/etc/sudoers state=present regexp='^%wheel' line ='%wheel ALL=(ALL) NOPASSWD: ALL'\\\""
10 - code: 'lineinfile: dest=/etc/sudoers state=absent regexp="^%wheel"'