/[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 1094 by dams, Wed Feb 16 01:26:38 2011 UTC revision 1108 by dams, Thu Feb 17 12:37:19 2011 UTC
# Line 18  class planet { Line 18  class planet {
18          content => template('planet/planet_vhosts.conf')          content => template('planet/planet_vhosts.conf')
19      }      }
20    
21        file { "deploy_new-planet":
22            path => "/usr/local/bin/deploy_new-planet.sh",
23            ensure => present,
24            owner => root,
25            group => root,
26            mode => 755,
27            content => template("planet/deploy_new-planet.sh")
28        }
29    
30      file { "/var/www/html/planet.$domain":      file { "/var/www/html/planet.$domain":
31          ensure => directory,          ensure => directory,
32          owner => planet,          owner => planet,

Legend:
Removed from v.1094  
changed lines
  Added in v.1108

  ViewVC Help
Powered by ViewVC 1.1.30