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

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

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

revision 1043 by misc, Sat Feb 12 14:03:24 2011 UTC revision 1044 by misc, Sat Feb 12 14:03:26 2011 UTC
# Line 37  class blog { Line 37  class blog {
37      file { "/var/www/html/blog.$domain":      file { "/var/www/html/blog.$domain":
38              ensure => directory,              ensure => directory,
39              owner => blog,              owner => blog,
40              group => blog,              # FIXME is the group created by puppet ?
41            group => blog,
42              mode => 644,              mode => 644,
43      }      }
44  }  }

Legend:
Removed from v.1043  
changed lines
  Added in v.1044

  ViewVC Help
Powered by ViewVC 1.1.30