Puppet 0.25.1. I'm getting the following log message:
Nov 20 16:50:01 helium puppetmasterd[32124]: DEPRECATION NOTICE: Files
found in modules without specifying 'modules' in file path will be
deprecated in the next major release. Please fix module 'firehol' when no
0.24.x clients are present
I can't understand what this means. What does it mean, "specifying
'modules' in file path"?
I do have files served from a module-based file share. I.e. I have
/etc/puppet/modules/
firehol/
files/
firehol.conf
manifests/
init.pp
In firehol/manifests/init.pp I have
file { "/etc/firehol/firehol.conf":
source => "puppet:///firehol/firehol.conf"
}
and in fileserver.conf I have
[modules]
allow 127.*
allow 192.168.*
As far as I can determine from the docs, this is what I'm supposed to do.
So what else am I supposed to be doing that I'm not?
Thanks,
Andrew.
--
You received this message because you are subscribed to the Google Groups
"Puppet Users" group.
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=.