owner => "root",
group => "root",
# This mode will also apply to files from the source directory
- mode => 0644,
+ mode => '0644',
# Puppet will automatically set +x for directories
source => [ "puppet:///modules/site_apache/htdocs/${::domain}/images",
"puppet:///modules/websites/htdocs/images", ]
owner => "root",
group => "root",
# This mode will also apply to files from the source directory
- mode => 0644,
+ mode => '0644',
# Puppet will automatically set +x for directories
source => [ "puppet:///modules/site_apache/htdocs/${::domain}/certs",
"puppet:///modules/websites/htdocs/certs", ]
ensure => present,
owner => "root",
group => "root",
- mode => 0644,
+ mode => '0644',
source => [ "puppet:///modules/site_apache/htdocs/${::domain}/index.html",
"puppet:///modules/websites/htdocs/index.html", ]
}
ensure => present,
owner => "root",
group => "root",
- mode => 0644,
+ mode => '0644',
source => [ "puppet:///modules/site_apache/htdocs/${::domain}/missing.html",
"puppet:///modules/websites/htdocs/missing.html", ]
}