# This mode will also apply to files from the source directory
mode => 0644,
# Puppet will automatically set +x for directories
- source => "puppet://$server/files/apache/htdocs/images",
+ source => [ "puppet:///modules/site-apache/htdocs/images",
+ "puppet:///modules/nodo/htdocs/images", ]
}
# Web index
owner => "root",
group => "root",
mode => 0644,
- source => "puppet://$server/files/apache/htdocs/index.html",
+ source => [ "puppet:///modules/site-apache/htdocs/index.html",
+ "puppet:///modules/nodo/htdocs/index.html", ]
}
# Missing page
owner => "root",
group => "root",
mode => 0644,
- source => "puppet://$server/files/apache/htdocs/missing.html",
+ source => [ "puppet:///modules/site-apache/htdocs/missing.html",
+ "puppet:///modules/nodo/htdocs/missing.html", ]
}
# Default vhost: can just be applied on the defining host