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

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

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

revision 2012 by misc, Mon Sep 19 11:19:17 2011 UTC revision 2156 by misc, Sun Jan 8 12:54:28 2012 UTC
# Line 2  class buildsystem { Line 2  class buildsystem {
2      # temporary script to create home dir with ssh key      # temporary script to create home dir with ssh key
3      # taking login and url as arguments      # taking login and url as arguments
4      class mgacreatehome {      class mgacreatehome {
5          file { "/usr/local/sbin/mgacreatehome":          local_script { "mgacreatehome":
             ensure => present,  
             owner => root,  
             group => root,  
             mode => 700,  
6              content => template("buildsystem/mgacreatehome")              content => template("buildsystem/mgacreatehome")
7          }              }
8      }      }
9  }  }
   

Legend:
Removed from v.2012  
changed lines
  Added in v.2156

  ViewVC Help
Powered by ViewVC 1.1.30