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

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

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

revision 203 by misc, Mon Nov 8 01:47:08 2010 UTC revision 340 by misc, Sat Nov 20 11:52:54 2010 UTC
# Line 25  class catdap { Line 25  class catdap {
25            
26      file { "$catdap_location/catdap_local.yml":      file { "$catdap_location/catdap_local.yml":
27          ensure => present,          ensure => present,
28          owner => apache,          owner => root,
29          mode => 600,          group => apache,
30            mode => 640,
31          content => template("catdap/catdap_local.yml"),          content => template("catdap/catdap_local.yml"),
32          require => Subversion::Snapshot[$catdap_location]          require => Subversion::Snapshot[$catdap_location]
33      }      }

Legend:
Removed from v.203  
changed lines
  Added in v.340

  ViewVC Help
Powered by ViewVC 1.1.30