Jira (PUP-8940) an apply with given file should not issue warnings for unacceptable location of file

2021-01-27 Thread Josh Cooper (Jira)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Josh Cooper commented on  PUP-8940  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: an apply with given file should not issue warnings for unacceptable location of file   
 

  
 
 
 
 

 
 This isn't reproducible so I'm going to close. I suspect the issue was resolved in either PUP-9020, PUP-9190, PUP-9211 the warning/error we initially added was overly restrictive. Please reopen if this is still an issue.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v8.5.2#805002-sha1:a66f935)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Puppet Bugs" group.
To unsubscribe from this group and stop receiving emails from it, send an email to puppet-bugs+unsubscr...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/puppet-bugs/JIRA.260705.152887569.127063.1611800100046%40Atlassian.JIRA.


Jira (PUP-8940) an apply with given file should not issue warnings for unacceptable location of file

2020-07-13 Thread Josh Cooper (Jira)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Josh Cooper commented on  PUP-8940  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: an apply with given file should not issue warnings for unacceptable location of file   
 

  
 
 
 
 

 
 Poyyamozhi Perumal could you provide an example site.pp and module manifest(s) that shows the problem?  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v8.5.2#805002-sha1:a66f935)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Puppet Bugs" group.
To unsubscribe from this group and stop receiving emails from it, send an email to puppet-bugs+unsubscr...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/puppet-bugs/JIRA.260705.152887569.105678.1594652520026%40Atlassian.JIRA.


Jira (PUP-8940) an apply with given file should not issue warnings for unacceptable location of file

2020-07-03 Thread Poyyamozhi Perumal (Jira)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Poyyamozhi Perumal commented on  PUP-8940  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: an apply with given file should not issue warnings for unacceptable location of file   
 

  
 
 
 
 

 
 Hi Team, When I ran the puppet parser its through error below. same manifest success in environments modules puppet parser validate test.pp Warning: Unacceptable location. The name 'fw' is unacceptable in file '/etc/puppetlabs/code/environments/production/modules/fw/manifests/test.pp' (file: /etc/puppetlabs/code/environments/production/modules/fw/manifests/test.pp, line: 38, column: 1)  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v8.5.2#805002-sha1:a66f935)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Puppet Bugs" group.
To unsubscribe from this group and stop receiving emails from it, send an email to puppet-bugs+unsubscr...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/puppet-bugs/JIRA.260705.152887569.101399.1593836820025%40Atlassian.JIRA.


Jira (PUP-8940) an apply with given file should not issue warnings for unacceptable location of file

2019-03-29 Thread Josh Cooper (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Josh Cooper commented on  PUP-8940  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: an apply with given file should not issue warnings for unacceptable location of file   
 

  
 
 
 
 

 
 This isn't reproducible using 6.4.0  
 
 
 
 
 $ bx puppet apply test.pp  
 
 
 Notice: Scope(Class[main]): hello  
 
 
 Notice: Compiled catalog for localhost in environment production in 0.02 seconds  
 
 
 Notice: Applied catalog in 0.01 seconds
  
 
 
 
   
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.7.1#77002-sha1:e75ca93)  
 
 

 
   
 

  
 

  
 

   


Jira (PUP-8940) an apply with given file should not issue warnings for unacceptable location of file

2018-06-13 Thread Henrik Lindberg (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Henrik Lindberg created an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Puppet /  PUP-8940  
 
 
  an apply with given file should not issue warnings for unacceptable location of file   
 

  
 
 
 
 

 
Issue Type: 
  Bug  
 
 
Assignee: 
 Unassigned  
 
 
Created: 
 2018/06/13 12:41 AM  
 
 
Priority: 
  Normal  
 
 
Reporter: 
 Henrik Lindberg  
 

  
 
 
 
 

 
 Given the following:  
 
 
 
 
 > puppet apply -e 'function foo() { notice "hello" }; foo()'  
 
 
 Notice: Scope(Class[main]): hello
  
 
 
 
  It works as expected, but when the same is done with a file:  
 
 
 
 
 > cat test.pp  
 
 
 function foo() { notice hello}; foo()  
 
 
 > puppet apply test.pp