Displaying 1 result from an estimated 1 matches for "vhpath".
Did you mean:
v_path
2007 Oct 04
2
Selector syntax error on Debian Etch
...9;t know where the issue is:
I get this error message when trying to load this vhost.pp file: "Could not
retrieve configuration: Syntax error at ''}'' in file
/etc/puppet/manifests/classes/vhost.pp at line 9"
define vhost ( $domain, $admin, $docroot, $enable ) {
$vhpath = "/etc/apache/coetc/apache/conf.dd/$domain.conf"
file { $vhpath:
require => File[$docroot],
content => template("vhost.erb"),
ensure => $enable ? {
true => present,...