Hi,
with Puppet 0.25 I had following nested imports on subdirectories which just
doesn't work in 2.6.0:
directory structure nodes/country/colocation/environment/host
in each directory a I have node.pp file and on its and is import "*/*.pp" - it
means import files from all subdirectories of this directory.
this worked perfectly in 0.25 but it seams any files are imported with 2.6.0
it works on the root level if I change the import from "*/*.pp" to
"nodes/node.pp" but it doesn't help in deeper levels - eg. inside of
nodes/country/colocation/node.pp I put import "environment/node.pp" but nothing
is imported.
is this a parser bug or some official change? can't find any notes on this.
thanks Antony.
--
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=en.