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

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

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

revision 234 by dmorgan, Wed Nov 10 14:34:31 2010 UTC revision 235 by dmorgan, Wed Nov 10 14:56:47 2010 UTC
# Line 7  class sympa { Line 7  class sympa {
7      }      }
8    
9      $password = extlookup("sympa_password")      $password = extlookup("sympa_password")
10        $ldappass = extlookup("sympa_ldap")
11    
12      file { '/etc/sympa/sympa.conf':      file { '/etc/sympa/sympa.conf':
13          ensure => present,          ensure => present,
# Line 16  class sympa { Line 17  class sympa {
17          content => template("sympa/sympa.conf")          content => template("sympa/sympa.conf")
18      }      }
19    
20        file { '/etc/sympa/ldap_alias_manager.conf':
21            ensure => present,
22            owner => root,
23            group => root,
24            mode => 644,
25            content => template("sympa/ldap_alias_manager.conf")
26        }
27  }  }
28    

Legend:
Removed from v.234  
changed lines
  Added in v.235

  ViewVC Help
Powered by ViewVC 1.1.30