/[adm]/puppet/deployment/common/manifests/init.pp
ViewVC logotype

Diff of /puppet/deployment/common/manifests/init.pp

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 2363 by misc, Thu Feb 9 09:10:43 2012 UTC revision 2365 by misc, Thu Feb 9 09:10:47 2012 UTC
# Line 6  class common { Line 6  class common {
6          $package_list = ['screen', 'vim-enhanced', 'htop', 'lsof', 'tcpdump', 'rsync', 'less','lshw', 'lvm2', 'iotop']          $package_list = ['screen', 'vim-enhanced', 'htop', 'lsof', 'tcpdump', 'rsync', 'less','lshw', 'lvm2', 'iotop']
7    
8          package { $package_list: }          package { $package_list: }
9    
10            # removed as it mess up with our policy for password
11            # and is not really used
12            package { 'msec':
13                ensure => 'absent',
14            }
15      }      }
16    
17      class export_ssh_keys {      class export_ssh_keys {

Legend:
Removed from v.2363  
changed lines
  Added in v.2365

  ViewVC Help
Powered by ViewVC 1.1.30