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

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

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

revision 2249 by misc, Sun Jan 8 20:24:58 2012 UTC revision 2250 by misc, Sun Jan 15 00:03:13 2012 UTC
# Line 21  class planet { Line 21  class planet {
21          content => template("planet/deploy_new-planet.sh")          content => template("planet/deploy_new-planet.sh")
22      }      }
23    
24      file { "$planet_location":      file { "$location":
25          ensure => directory,          ensure => directory,
26          owner => planet,          owner => planet,
27          group => apache,          group => apache,
28      }      }
29    
30      file { "$planet_location/index.php":      file { "$location/index.php":
31          owner => planet,          owner => planet,
32          group => apache,          group => apache,
33          mode => 755,          mode => 755,

Legend:
Removed from v.2249  
changed lines
  Added in v.2250

  ViewVC Help
Powered by ViewVC 1.1.30