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

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

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

revision 1831 by boklm, Tue Jul 12 10:03:36 2011 UTC revision 1832 by boklm, Tue Jul 12 10:09:31 2011 UTC
# Line 154  class buildsystem { Line 154  class buildsystem {
154          $maintdb_binpath = "/usr/local/sbin/maintdb"          $maintdb_binpath = "/usr/local/sbin/maintdb"
155          $maintdb_wrappath = "/usr/local/bin/wrapper.maintdb"          $maintdb_wrappath = "/usr/local/bin/wrapper.maintdb"
156    
         group {"$maintdb_login":  
             ensure => present,  
         }  
157          user {"$maintdb_login":          user {"$maintdb_login":
158              ensure => present,              ensure => present,
159              comment => "Maintainers database",              comment => "Maintainers database",
# Line 164  class buildsystem { Line 161  class buildsystem {
161              gid => $maintdb_login,              gid => $maintdb_login,
162              shell => "/bin/bash",              shell => "/bin/bash",
163              home => "$maintdb_homedir",              home => "$maintdb_homedir",
             Require => Group["$maintdb_login"],  
164          }          }
165    
166          file { "$maintdb_dbdir":          file { "$maintdb_dbdir":

Legend:
Removed from v.1831  
changed lines
  Added in v.1832

  ViewVC Help
Powered by ViewVC 1.1.30