-
-
Notifications
You must be signed in to change notification settings - Fork 148
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Small fixes, mostly removing padding. Linter was run with 80 char line limit disabled as there is currently debate as to the necessity of this limit.
- Loading branch information
Eric Shamow
committed
Sep 17, 2012
1 parent
40ef42d
commit e4e57b0
Showing
7 changed files
with
30 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,11 @@ | ||
# Class: selinux::params | ||
# | ||
# Description | ||
# This class provides default parameters for the selinux class | ||
# | ||
# Sample Usage: | ||
# mod_dir = $selinux::params::sx_mod_dir | ||
# | ||
class selinux::params { | ||
$sx_mod_dir = '/usr/share/selinux' | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
# Class: | ||
# Class: | ||
# | ||
# Description | ||
# | ||
# Parameters: | ||
# | ||
# | ||
# Actions: | ||
# | ||
# Requires: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,16 @@ | ||
# Class: | ||
# Class: | ||
# | ||
# Description | ||
# | ||
# Parameters: | ||
# | ||
# | ||
# Actions: | ||
# | ||
# Requires: | ||
# | ||
# Sample Usage: | ||
# | ||
|
||
class { 'selinux': | ||
class { 'selinux': | ||
mode => 'enforcing', | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
# Class: | ||
# Class: | ||
# | ||
# Description | ||
# | ||
# Parameters: | ||
# | ||
# | ||
# Actions: | ||
# | ||
# Requires: | ||
|