From ff774ba0d3d23acc670cc2ebe3f9f1e6c45792da Mon Sep 17 00:00:00 2001 From: Michael Scherer Date: Thu, 9 Feb 2012 09:10:47 +0000 Subject: remove msec by default, since it try to always change the /etc/pam.d/system-auth file for password size --- deployment/common/manifests/init.pp | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'deployment/common') diff --git a/deployment/common/manifests/init.pp b/deployment/common/manifests/init.pp index 0a2bf7b1..7929519a 100644 --- a/deployment/common/manifests/init.pp +++ b/deployment/common/manifests/init.pp @@ -6,6 +6,12 @@ class common { $package_list = ['screen', 'vim-enhanced', 'htop', 'lsof', 'tcpdump', 'rsync', 'less','lshw', 'lvm2', 'iotop'] package { $package_list: } + + # removed as it mess up with our policy for password + # and is not really used + package { 'msec': + ensure => 'absent', + } } class export_ssh_keys { -- cgit v1.2.1