Jira (PUP-9793) Users should be able to disable warnings on unresolved module dependencies at the command line.

2019-06-21 Thread Trevor Vaughan (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Trevor Vaughan updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Puppet /  PUP-9793  
 
 
  Users should be able to disable warnings on unresolved module dependencies at the command line.   
 

  
 
 
 
 

 
Change By: 
 Trevor Vaughan  
 

  
 
 
 
 

 
 When running {{puppet}} apply by hand, it is quite irritating to see 'unresolved dependency' warnings on modules for components that your system does not require and that you do not include deliberately.I would like to be able to disable only this warning but retain all other warnings so that they are not lost in the noise.Example output with working code (note the Warning that's lost in the mess of uresolved deps):{code:java}  puppet apply /tmp/apply_manifest.pp.XopaFKWarning: ModuleLoader: module 'simp_options' has unresolved dependencies - it will only see those that are resolved. Use 'puppet module list --tree' to see information about modules\n   (file & line not available) Warning: ModuleLoader: module 'simplib' has unresolved dependencies - it will only see those that are resolved. Use 'puppet module list --tree' to see information about modules\n   (file & line not available) Warning: ModuleLoader: module 'compliance_markup' has unresolved dependencies - it will only see those that are resolved. Use 'puppet module list --tree' to see information about modules\n   (file & line not available) Warning: ModuleLoader: module 'simp' has unresolved dependencies - it will only see those that are resolved. Use 'puppet module list --tree' to see information about modules\n   (file & line not available) Warning: ModuleLoader: module 'pupmod' has unresolved dependencies - it will only see those that are resolved. Use 'puppet module list --tree' to see information about modules\n   (file & line not available) Warning: ModuleLoader: module 'aide' has unresolved dependencies - it will only see those that are resolved. Use 'puppet module list --tree' to see information about modules\n   (file & line not available) Warning: ModuleLoader: module 'auditd' has unresolved dependencies - it will only see those that are resolved. Use 'puppet module list --tree' to see information about modules\n   (file & line not available) Warning: ModuleLoader: module 'clamav' has unresolved dependencies - it will only see those that are resolved. Use 'puppet module list --tree' to see information about modules\n   (file & line not available) Warning: ModuleLoader: module 'deferred_resources' has unresolved dependencies - it will only see those that are resolved. Use 'puppet module list --tree' to see information about modules\n   (file & line not available)Warning: ModuleLoader: module 'ntpd' has unresolved dependencies - it will only see those that are resolved. Use 'puppet module list --tree' to see information about modules\n   (file & line not available) Warning: ModuleLoader: module 'pam' has unresolved dependencies - it will only see 

Jira (PUP-9793) Users should be able to disable warnings on unresolved module dependencies at the command line.

2019-06-21 Thread Trevor Vaughan (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Trevor Vaughan updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Puppet /  PUP-9793  
 
 
  Users should be able to disable warnings on unresolved module dependencies at the command line.   
 

  
 
 
 
 

 
Change By: 
 Trevor Vaughan  
 

  
 
 
 
 

 
 When running {{puppet}} apply by hand, it is quite irritating to see 'unresolved dependency' warnings on modules for components that your system does not require and that you do not include deliberately.I would like to be able to disable only this warning but retain all other warnings so that they are not lost in the noise.   Example output with working code (note the Warning that's lost in the mess of uresolved deps):{code:java}puppet apply /tmp/apply_manifest.pp.XopaFKWarning: ModuleLoader: module 'simp_options' has unresolved dependencies - it will only see those that are resolved. Use 'puppet module list --tree' to see information about modules\n   (file & line not available) Warning: ModuleLoader: module 'simplib' has unresolved dependencies - it will only see those that are resolved. Use 'puppet module list --tree' to see information about modules\n   (file & line not available) Warning: ModuleLoader: module 'compliance_markup' has unresolved dependencies - it will only see those that are resolved. Use 'puppet module list --tree' to see information about modules\n   (file & line not available) Warning: ModuleLoader: module 'simp' has unresolved dependencies - it will only see those that are resolved. Use 'puppet module list --tree' to see information about modules\n   (file & line not available) Warning: ModuleLoader: module 'pupmod' has unresolved dependencies - it will only see those that are resolved. Use 'puppet module list --tree' to see information about modules\n   (file & line not available) Warning: ModuleLoader: module 'aide' has unresolved dependencies - it will only see those that are resolved. Use 'puppet module list --tree' to see information about modules\n   (file & line not available) Warning: ModuleLoader: module 'auditd' has unresolved dependencies - it will only see those that are resolved. Use 'puppet module list --tree' to see information about modules\n   (file & line not available) Warning: ModuleLoader: module 'clamav' has unresolved dependencies - it will only see those that are resolved. Use 'puppet module list --tree' to see information about modules\n   (file & line not available) Warning: ModuleLoader: module 'deferred_resources' has unresolved dependencies - it will only see those that are resolved. Use 'puppet module list --tree' to see information about modules\n   (file & line not available)Warning: ModuleLoader: module 'ntpd' has unresolved dependencies - it will only see those that are resolved. Use 'puppet module list --tree' to see information about modules\n   (file & line not available) Warning: ModuleLoader: module 'pam' has unresolved dependencies - it will only see 

Jira (PUP-9793) Users should be able to disable warnings on unresolved module dependencies at the command line.

2019-06-21 Thread Trevor Vaughan (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Trevor Vaughan created an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Puppet /  PUP-9793  
 
 
  Users should be able to disable warnings on unresolved module dependencies at the command line.   
 

  
 
 
 
 

 
Issue Type: 
  New Feature  
 
 
Affects Versions: 
 PUP 6.4.2  
 
 
Assignee: 
 Unassigned  
 
 
Components: 
 Catalog Application  
 
 
Created: 
 2019/06/21 10:25 AM  
 
 
Priority: 
  Normal  
 
 
Reporter: 
 Trevor Vaughan  
 

  
 
 
 
 

 
 When running puppet apply by hand, it is quite irritating to see 'unresolved dependency' warnings on modules for components that your system does not require and that you do not include deliberately. I would like to be able to disable only this warning but retain all other warnings so that they are not lost in the noise.    
 

  
 
 
 
 

 
 
 

 
 
 Add Comment