aboutsummaryrefslogtreecommitdiffstats
path: root/deployment/common
diff options
context:
space:
mode:
Diffstat (limited to 'deployment/common')
-rw-r--r--deployment/common/manifests/init.pp6
1 files changed, 6 insertions, 0 deletions
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 {