Hi,
In the foreman apache module, I get an error when trying to apply the
"::config" part of it.
The section that causes problem is:
file{ "${apache::params::configdir}/${apache::params::conffile}":
mode => '0644',
notify => Exec['reload-apache'],
require => Class['apache::install'],
}
in the params.pp file, the relevant section is:
default: {
$user = 'apache'
$group = 'apache'
$configdir = '/etc/httpd/conf.d'
$conffile = 'httpd.conf'
}
It looks ok, but when I apply it, I always get this error: Parameter path
failed: File paths must be fully qualified, not '' at
/etc/puppet/modules/apache/manifests/config.pp:21
Thanks,
Ugo
--
You received this message because you are subscribed to the Google Groups
"Puppet Users" group.
To view this discussion on the web visit
https://groups.google.com/d/msg/puppet-users/-/G_1bKgQsK-YJ.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/puppet-users?hl=en.