fix munin 1
[mirror/dsa-puppet.git] / modules / debian-org / templates / pam.common-session-noninteractive.erb
index e13f989..3b078a3 100644 (file)
@@ -3,7 +3,6 @@
 ## USE: git clone git+ssh://$USER@puppet.debian.org/srv/puppet.debian.org/git/dsa-puppet.git
 ##
 
-<% unless lsbdistcodename == 'lenny' %>
 #
 # /etc/pam.d/common-session-noninteractive - session-related modules
 # common to all non-interactive services
@@ -29,14 +28,3 @@ session required                        pam_permit.so
 # and here are more per-package modules (the "Additional" block)
 session required        pam_unix.so     
 # end of pam-auth-update config
-<% else %>
-#
-# /etc/pam.d/common-session - session-related modules common to all services
-#
-# This file is included from other service-specific PAM config files,
-# and should contain a list of modules that define tasks to be performed
-# at the start and end of sessions of *any* kind (both interactive and
-# non-interactive).  The default is pam_unix.
-#
-session        required        pam_unix.so
-<% end %>