Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jordiprats committed Jul 4, 2017
1 parent 16dc00b commit 8176890
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion manifests/logindefs.pp
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,9 @@
$sys_gid_min = $shadow::params::sys_gid_min_default,
$sys_gid_max = $shadow::params::sys_gid_max_default,
) inherits shadow {
include ::shadow

class { '::shadow::install': } ->
Class['::shadow::install'] ->
class { '::shadow::logindefs::config': } ->
Class['::shadow::logindefs']

Expand Down
2 changes: 1 addition & 1 deletion manifests/useradd.pp
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
$skel = '/etc/skel',
) inherits shadow {

class { '::shadow::install': } ->
Class['::shadow::install'] ->
class { '::shadow::useradd::config': } ->
Class['::shadow::useradd']
}

0 comments on commit 8176890

Please sign in to comment.