diff --git a/modules/liufs/manifests/users.pp b/modules/liufs/manifests/users.pp
index e01913dc6b61b5a0bd858f12781f6bc9dcda53f8..d37bf979a3abd4d8db48d1a82cfdc3dbf3c7f76b 100644
--- a/modules/liufs/manifests/users.pp
+++ b/modules/liufs/manifests/users.pp
@@ -1,6 +1,13 @@
 # Users on system.
 class liufs::users {
 
+  file_line { 'default shell':
+    ensure => present,
+    path   => '/etc/default/useradd',
+    line   => 'SHELL=/bin/bash',
+    match  => '^SHELL=',
+  }
+
   # change
   # ensure => present
   # to