On Thursday, June 13, 2013 1:34:32 AM UTC-5, denmat wrote:
>
> Hi, 
>
> You sure that a grep for 'mount' through your manifest finds nothing? 
>
>
Yes, that's what I was about to recommend.  And it is necessary to check 
all manifest locations -- the 'manifests' subdirectory of every directory 
in the module path (recursively), the entry-point manifest (normally 
site.pp), and every manifest 'import'ed by any of those manifests 
(recursively).

It is not sufficient to search for the mount-point directory names, because 
these do not necessarily exist as complete strings anywhere in the 
manifests.  They may instead be assembled at need from two or more parts, 
one or both of which may be variables.  Some variables involved could even 
be provided by Puppet rather than declared in any manifest.

I can think of at least one way to obfuscate manifests so that the 'mount' 
resource type name would not appear either, but I cannot imagine that 
happening accidentally, and I'm not up for helping overcome intentional 
manifest obfuscation.


John

-- 
You received this message because you are subscribed to the Google Groups 
"Puppet Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to puppet-users+unsubscr...@googlegroups.com.
To post to this group, send email to puppet-users@googlegroups.com.
Visit this group at http://groups.google.com/group/puppet-users?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to