aboutsummaryrefslogtreecommitdiffstats
path: root/deployment/shadow/manifests/init.pp
diff options
context:
space:
mode:
Diffstat (limited to 'deployment/shadow/manifests/init.pp')
-rw-r--r--deployment/shadow/manifests/init.pp8
1 files changed, 8 insertions, 0 deletions
diff --git a/deployment/shadow/manifests/init.pp b/deployment/shadow/manifests/init.pp
new file mode 100644
index 00000000..1205c085
--- /dev/null
+++ b/deployment/shadow/manifests/init.pp
@@ -0,0 +1,8 @@
+class shadow {
+ file {"/etc/login.defs":
+ owner => 'root',
+ group => 'shadow',
+ mode => 640,
+ source => 'shadow/login.defs',
+ }
+}