/[adm]/puppet/modules/postfix/manifests/init.pp
ViewVC logotype

Diff of /puppet/modules/postfix/manifests/init.pp

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

revision 36 by misc, Wed Oct 27 10:41:24 2010 UTC revision 37 by misc, Wed Oct 27 10:56:45 2010 UTC
# Line 1  Line 1 
1  class postfix {  class postfix {
     # some trick to manage daemon directory, who is arch dependent on mdv      
     $usr_lib = $architecture ? {  
         x86_64 => "lib64",  
         default => "lib"  
     }  
   
     $path_daemon_directory = "/usr/$usr_lib/postfix/"  
   
2    
3      class base {      class base {
4          package { postfix:          package { postfix:

Legend:
Removed from v.36  
changed lines
  Added in v.37

  ViewVC Help
Powered by ViewVC 1.1.30