From 246019e2a2ac64f8d9671c3e0e16afeac9fda3b9 Mon Sep 17 00:00:00 2001 From: Jordi Prats Date: Tue, 4 Jul 2017 16:54:41 +0200 Subject: [PATCH] typo --- manifests/logindefs/config.pp | 2 +- manifests/useradd/config.pp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/manifests/logindefs/config.pp b/manifests/logindefs/config.pp index 6e14c83..54cd9ae 100644 --- a/manifests/logindefs/config.pp +++ b/manifests/logindefs/config.pp @@ -1,4 +1,4 @@ -class shadow::logindefs::config inherits useradd { +class shadow::logindefs::config inherits shadow { file { '/etc/login.defs': ensure => 'present', diff --git a/manifests/useradd/config.pp b/manifests/useradd/config.pp index 8adca04..ebbebf8 100644 --- a/manifests/useradd/config.pp +++ b/manifests/useradd/config.pp @@ -1,4 +1,4 @@ -class shadow::useradd::config inherits useradd { +class shadow::useradd::config inherits shadow { file { '/etc/default/useradd': ensure => 'present',