Issue #2186 has been reported by phantez.

----------------------------------------
Feature #2186: Some introspection capability about Files
http://projects.reductivelabs.com/issues/2186

Author: phantez
Status: Unreviewed
Priority: Normal
Assigned to: 
Category: 
Target version: 
Complexity: Unknown
Affected version: 0.25.0
Keywords: 


Allow the user to ask some introspection query about files, the following 
examples use arbitrary options :

* What is the reference file for a specific file
@
# puppet  /etc/puppet/manifest/site.pp --which-source-file 
/etc/sysconfig/security.conf
Src file /etc/puppet/services/files/security.conf
@

* What is the difference between the actual file and the reference file.
@
# puppet  /etc/puppet/manifest/site.pp --diff-with-reference-file 
/etc/sysconfig/security.conf
1c1,2
< file1
---
> file2
> 
@

* Which manifest define a specific file.
@
# puppet /etc/puppet/manifest/site.pp --which-manifest-file 
/etc/sysconfig/security.conf
Content is defined in class security in '/etc/puppet/services/manifests/conf.pp'
@




-- 
You have received this notification because you have either subscribed to it, 
or are involved in it.
To change your notification preferences, please click here: 
http://reductivelabs.com/redmine/my/account

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Puppet Bugs" 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-bugs?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to