diff --git a/manifests/logindefs/config.pp b/manifests/logindefs/config.pp index 54cd9ae..6b20db7 100644 --- a/manifests/logindefs/config.pp +++ b/manifests/logindefs/config.pp @@ -1,4 +1,4 @@ -class shadow::logindefs::config inherits shadow { +class shadow::logindefs::config inherits shadow::logindefs { file { '/etc/login.defs': ensure => 'present', diff --git a/manifests/useradd/config.pp b/manifests/useradd/config.pp index ebbebf8..285e0c6 100644 --- a/manifests/useradd/config.pp +++ b/manifests/useradd/config.pp @@ -1,4 +1,4 @@ -class shadow::useradd::config inherits shadow { +class shadow::useradd::config inherits shadow::useradd { file { '/etc/default/useradd': ensure => 'present',