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