Skip to content

Commit

Permalink
Merge pull request #134 from kausar007/master
Browse files Browse the repository at this point in the history
Fix type doc
  • Loading branch information
bastelfreak authored Dec 24, 2016
2 parents e12fb06 + 22dcb72 commit e662744
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion manifests/config.pp
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
#
# Parameters:
# - $mode (enforcing|permissive|disabled) - sets the operating state for SELinux.
# - $type (targeted|minimum|mls) - sets the operating type for SELinux.
# - $type (targeted|minimum|mls) - sets SELinux policy.
# - $manage_package (boolean) - Whether or not to manage the SELinux management package.
# - $package_name (string) - sets the name of the selinux management package.
# - $sx_mod_dir (directory) - sets the operating sx_mod_dir for SELinux.
Expand Down
2 changes: 1 addition & 1 deletion manifests/module.pp
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
#
# Parameters:
# - $ensure: (present|absent) - sets the state for a module
# - $sx_mod_dir (absolute_path) - sets the operating state for SELinux.
# - $sx_mod_dir (absolute_path) - sets the module directory.
# - $source: the source file (either a puppet URI or local file) of the SELinux .te module
# - $makefile: the makefile file path
# - $prefix: the prefix to add to the loaded module. Defaults to 'local_'.
Expand Down

0 comments on commit e662744

Please sign in to comment.