Skip to content
This repository has been archived by the owner on Oct 30, 2018. It is now read-only.

Commit

Permalink
Merge pull request #77 from major/suggest-selinux-enforcing
Browse files Browse the repository at this point in the history
Updating SELinux example doc in lininefile module
  • Loading branch information
mpdehaan committed Oct 1, 2014
2 parents 797dc9d + 6d69778 commit 1c2995d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion files/lineinfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@
"""

EXAMPLES = r"""
- lineinfile: dest=/etc/selinux/config regexp=^SELINUX= line=SELINUX=disabled
- lineinfile: dest=/etc/selinux/config regexp=^SELINUX= line=SELINUX=enforcing
- lineinfile: dest=/etc/sudoers state=absent regexp="^%wheel"
Expand Down

0 comments on commit 1c2995d

Please sign in to comment.