/[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 1130 by dams, Thu Feb 17 12:43:38 2011 UTC revision 1131 by dams, Fri Feb 18 13:20:08 2011 UTC
# Line 34  class planet { Line 34  class planet {
34          mode => 644,          mode => 644,
35      }      }
36    
37        file { "index":
38            path => "/var/www/html/planet.$location/index.php",
39            ensure => present,
40            owner => planet,
41            group => apache,
42            mode => 755,
43            content => template("planet/index.php")
44        }
45    
46      package { ['php-iconv']:      package { ['php-iconv']:
47          ensure => installed          ensure => installed
48      }      }

Legend:
Removed from v.1130  
changed lines
  Added in v.1131

  ViewVC Help
Powered by ViewVC 1.1.30