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 8176890 commit 246019e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion manifests/logindefs/config.pp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
class shadow::logindefs::config inherits useradd {
class shadow::logindefs::config inherits shadow {

file { '/etc/login.defs':
ensure => 'present',
Expand Down
2 changes: 1 addition & 1 deletion manifests/useradd/config.pp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
class shadow::useradd::config inherits useradd {
class shadow::useradd::config inherits shadow {

file { '/etc/default/useradd':
ensure => 'present',
Expand Down

0 comments on commit 246019e

Please sign in to comment.