Parent Directory | Revision Log | 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, |
|
ViewVC Help | |
Powered by ViewVC 1.1.30 |