/[adm]/puppet/deployment/websites/manifests/base.pp
ViewVC logotype

Contents of /puppet/deployment/websites/manifests/base.pp

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2915 - (show annotations) (download)
Mon Dec 10 19:54:45 2012 UTC (11 years, 3 months ago) by boklm
File size: 159 byte(s)
websites::base: Create $webdatadir directory
1 class websites::base {
2 $webdatadir = '/var/www/vhosts'
3 file { $webdatadir:
4 ensure => directory,
5 mode => 0755,
6 owner => root,
7 group => root
8 }
9 }

  ViewVC Help
Powered by ViewVC 1.1.30