Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
jordiprats committed Jun 8, 2020
1 parent bb8e491 commit 1ca135a
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions manifests/limit.pp
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
define pam::limit ( $item, $value, $domain=$name, $type='-' ) {

#
define pam::limit (
$item,
$value,
$domain=$name,
$type='-'
) {
concat::fragment{ "limits.conf ${domain} ${name} ${type} ${item} ${value}":
target => $pam::params::limits_conf,
order => '01',
Expand Down

0 comments on commit 1ca135a

Please sign in to comment.