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

Diff of /puppet/manifests/common.pp

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

revision 72 by misc, Mon Nov 1 22:50:42 2010 UTC revision 157 by misc, Fri Nov 5 18:20:58 2010 UTC
# Line 1  Line 1 
1    # to not repeat the setting everywhere
2    Exec { path => "/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/sbin/" }
3    
4    
5  class base_packages {  class base_packages {
6      # packages installed everywhere      # packages installed everywhere
# Line 59  class default_ssh_root_key { Line 62  class default_ssh_root_key {
62          user => "root"          user => "root"
63      }      }
64    
65        ssh_authorized_key { "ssh key buchan":
66            type => "ssh-dss",
67            key => "AAAAB3NzaC1kc3MAAACBALpYDQtkZcfXdOILynCGa7IAbW4+etmzpIMjw6BfvZOfLT6UPfDwajhDBMBNSbgigxkxxEdsa0/UMIE3Yrpr8YivhbL79sFw2N/FeWCs3Vk8JXNjBGA6itAIz9nwfh6qCDUj2t8LTdOQdYrSFOO7x2dFgeCwi21V27Ga2vqsvkUnAAAAFQD708pfON6Itq/5S+4kkNdNNDKWCwAAAIEAkRQeugul6KmOC0C2EmgVJvKK1qImlwHir08W1LTESnujmRIWLRst8sDoKjJpNevFuHGybPQ3palvM9qTQ84k3NMsJYJZSjSexsKydHJbD4ErKk8W6k+Xo7GAtH4nUcNskbnLHUpfvzm0jWs2yeHS0TCrljuTQwX1UsvGKJanzEoAAACBAIurf3TAfN2FKKIpKt5vyNv2ENBVcxAHN36VH8JP4uDUERg/T0OyLrIxW8px9naI6AQ1o+fPLquJ3Byn9A1RZsvWAQJI/J0oUit1KQM5FKBtXNBuFhIMSLPwbtp5pZ+m0DAFo6IcY1pl1TimGa20ajrToUhDh1NpE2ZK//8fw2i7",
68            user => "root"
69        }
70    
71    
72    
73  }  }
74    
# Line 75  class urpmi_update { Line 85  class urpmi_update {
85  class default_mageia_server {  class default_mageia_server {
86      include timezone      include timezone
87    
 # to include later  
88      include openssh      include openssh
 #   include puppet  
89      include default_ssh_root_key      include default_ssh_root_key
90      include base_packages      include base_packages
91      include ntp      include ntp
92      include postfix::simple_relay      include postfix::simple_relay
93      include urpmi_update      include urpmi_update
94        include puppet::client
95  }  }
96    
 class default_mageia_buildnode {  
     # build node common settings  
   
     # we could have the following skip list to use less space:  
     # '/(drakx-installer-binaries|drakx-installer-advertising|gfxboot|drakx-installer-stage2|mandriva-theme)/'  
     $package_list = ['task-bs-cluster-chroot', 'iurt']  
     package { $package_list:  
         ensure => installed;  
     }  
 }  

Legend:
Removed from v.72  
changed lines
  Added in v.157

  ViewVC Help
Powered by ViewVC 1.1.30