Hi,
I'm using many classes with file references using multiple file
sources.
Example:
file { "/path/to/my/file":
source => [
"/nfs/files/file.$host",
"/nfs/files/file.$operatingsystem",
"/nfs/files/file.$myownhosttype,
"/nfs/files/file"
]
}
In some cases I don't have a default file (last line from 'source =>')
in the file server, which used to give me a short 'info' when running
'puppetd -t'
Since I upgraded to 0.25.1, I'm getting a rather nasty long error line
(Failed to retrieve current state of resource:....) on 'puppetd -t'
Is there any option to tell the file type to accept a 'non-match'?
Thanks, René
--
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.