Jira (FACT-1044) kernelmajversion inconsistently reported in Debian 8

2015-06-17 Thread Shaigy Nixon (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Shaigy Nixon assigned an issue to Branan Riley 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 Facter /  FACT-1044 
 
 
 
  kernelmajversion inconsistently reported in Debian 8  
 
 
 
 
 
 
 
 
 

Change By:
 
 Shaigy Nixon 
 
 
 

Assignee:
 
 ShaigyNixon BrananRiley 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.3.15#6346-sha1:dbc023d) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
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 post to this group, send email to puppet-bugs@googlegroups.com.
Visit this group at http://groups.google.com/group/puppet-bugs.
For more options, visit https://groups.google.com/d/optout.


Jira (PUP-4709) Square braces in title confuse puppet 4 parser

2015-06-11 Thread Shaigy Nixon (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Shaigy Nixon commented on  PUP-4709 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
  Re: Square braces in title confuse puppet 4 parser  
 
 
 
 
 
 
 
 
 
 
Validated on redhat-7-x86_64 on stable at http://builds.puppetlabs.lan/puppet-agent/ab115b9a582aedfec7f7f87bf737bd9d0db5f9df/ 
 
 
 
 
 
 
[root@b8aafaw162aadff ~]# puppet apply -e 'notify { [foo] bar: } ; notify { [foo] baz: }' 
 
 
 
 
Notice: Compiled catalog for b8aafaw162aadff.delivery.puppetlabs.net in environment production in 0.37 seconds 
 
 
 
 
Notice: [foo] bar 
 
 
 
 
Notice: /Stage[main]/Main/Notify[[foo] bar]/message: defined 'message' as '[foo] bar' 
 
 
 
 
Notice: [foo] baz 
 
 
 
 
Notice: /Stage[main]/Main/Notify[[foo] baz]/message: defined 'message' as '[foo] baz' 
 
 
 
 
Notice: Applied catalog in 0.04 seconds
 
 
 
 
 
 
 
Validated on redhat-7-x86_64 on http://builds.puppetlabs.lan/puppet-agent/df8786db8e1eb50e11cc0864c532ee7125d30fd6/ 
 
 
 
 
 
 
[root@ch5wm67af3t9fvm ~]# puppet apply -e notify {'[foo]bar':}; notify {'[foo]baz':} 
   

Jira (PUP-4709) Square braces in title confuse puppet 4 parser

2015-06-11 Thread Shaigy Nixon (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Shaigy Nixon assigned an issue to Unassigned 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 Puppet /  PUP-4709 
 
 
 
  Square braces in title confuse puppet 4 parser  
 
 
 
 
 
 
 
 
 

Change By:
 
 Shaigy Nixon 
 
 
 

Assignee:
 
 ShaigyNixon 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.3.15#6346-sha1:dbc023d) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
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 post to this group, send email to puppet-bugs@googlegroups.com.
Visit this group at http://groups.google.com/group/puppet-bugs.
For more options, visit https://groups.google.com/d/optout.


Jira (PUP-4522) Provide Facts for a classifier to select whether to enable overriding the environment

2015-06-10 Thread Shaigy Nixon (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Shaigy Nixon commented on  PUP-4522 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
  Re: Provide Facts for a classifier to select whether to enable overriding the environment  
 
 
 
 
 
 
 
 
 
 
Validated on ubuntu-1404-x86_64 at http://builds.puppetlabs.lan/puppet-agent/63b82667d8fc652f59a73d363fdf5f09eabececf/ No environment specified in puppet.conf or CLI: 
 
 
 
 
 
 
# cat /etc/puppetlabs/code/environments/production/manifests/site.pp 
 
 
 
 
notify{$environment:} 
 
 
 
 
notify { 'mymsg': message = agent_specified_environment=$agent_specified_environment} 
 
 
 
 
[root@vfxq8y0gzf0aftq manifests]# cat /etc/puppetlabs/puppet/puppet.conf 
 
 
 
 
# This file can be used to override the default puppet settings. 
 
 
 
 
# See the following links for more details on what settings are available: 
 
 
 
 
# - https://docs.puppetlabs.com/puppet/latest/reference/config_important_settings.html 
 
 
 
 
# - https://docs.puppetlabs.com/puppet/latest/reference/config_about_settings.html 
 
 
 
 
# - https://docs.puppetlabs.com/puppet/latest/reference/config_file_main.html 
 
 

Jira (PUP-4522) Provide Facts for a classifier to select whether to enable overriding the environment

2015-06-10 Thread Shaigy Nixon (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Shaigy Nixon commented on  PUP-4522 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
  Re: Provide Facts for a classifier to select whether to enable overriding the environment  
 
 
 
 
 
 
 
 
 
 
Validated with agent on win2012r2-rubyx64 and master on redhat-7-x86_64 at http://builds.puppetlabs.lan/puppet-agent/63b82667d8fc652f59a73d363fdf5f09eabececf/ 1) No environment specified in puppet.conf or CLI: 
 
 
 
 
 
 
[root@xaul27wskviboa4 ~]# cat /etc/puppetlabs/code/environments/production/manifests/site.pp 
 
 
 
 
notify{$environment:} 
 
 
 
 
notify { 'mymsg': message = agent_specified_environment=$agent_specified_environment} 
 
 
 
 
 
 
 
 
 
$ cmd /c puppet agent -t --server xaul27wskviboa4.delivery.puppetlabs.net 
 
 
 
 
Info: Retrieving pluginfacts 
 
 
 
 
Info: Retrieving plugin 
 
 
 
 
Info: Caching catalog for dzb9cvtfu8plprx.delivery.puppetlabs.net 
 
 
 
 
Info: Applying configuration version '1433971421' 
 
 
 
 
  

Jira (PUP-4668) cannot create a define named something that starts with 'class'

2015-06-09 Thread Shaigy Nixon (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Shaigy Nixon assigned an issue to Unassigned 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 Puppet /  PUP-4668 
 
 
 
  cannot create a define named something that starts with 'class'  
 
 
 
 
 
 
 
 
 

Change By:
 
 Shaigy Nixon 
 
 
 

Assignee:
 
 ShaigyNixon 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.3.15#6346-sha1:dbc023d) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
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 post to this group, send email to puppet-bugs@googlegroups.com.
Visit this group at http://groups.google.com/group/puppet-bugs.
For more options, visit https://groups.google.com/d/optout.


Jira (PUP-2638) Puppet apply fails to write the graph if puppet agent has never run

2015-06-09 Thread Shaigy Nixon (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Shaigy Nixon updated an issue 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 Puppet /  PUP-2638 
 
 
 
  Puppet apply fails to write the graph if puppet agent has never run  
 
 
 
 
 
 
 
 
 

Change By:
 
 Shaigy Nixon 
 
 
 

QA Status:
 
 Reviewed 
 
 
 

Original Estimate:
 
 0minutes 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.3.15#6346-sha1:dbc023d) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
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 post to this group, send email to puppet-bugs@googlegroups.com.
Visit this group at http://groups.google.com/group/puppet-bugs.
For more options, visit https://groups.google.com/d/optout.


Jira (PUP-2638) Puppet apply fails to write the graph if puppet agent has never run

2015-06-08 Thread Shaigy Nixon (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Shaigy Nixon assigned an issue to Shaigy Nixon 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 Puppet /  PUP-2638 
 
 
 
  Puppet apply fails to write the graph if puppet agent has never run  
 
 
 
 
 
 
 
 
 

Change By:
 
 Shaigy Nixon 
 
 
 

Assignee:
 
 QA ShaigyNixon 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.3.15#6346-sha1:dbc023d) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
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 post to this group, send email to puppet-bugs@googlegroups.com.
Visit this group at http://groups.google.com/group/puppet-bugs.
For more options, visit https://groups.google.com/d/optout.


Jira (PUP-2638) Puppet apply fails to write the graph if puppet agent has never run

2015-06-08 Thread Shaigy Nixon (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Shaigy Nixon commented on  PUP-2638 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
  Re: Puppet apply fails to write the graph if puppet agent has never run  
 
 
 
 
 
 
 
 
 
 
Validated in Puppet-agent at http://builds.puppetlabs.lan/puppet-agent/39dace1e049eaac7bf6c71e0792f60f688b2e63b/ Without the fix, puppet apply -e notice 'foo' --graph command failed if the $vardir/state/graphs did not exist. With the fix, the 'graphs' directory gets created if it does not exist and the command succeeds. 
On redhat-7-x86_64: 
 
 
 
 
 
 
[root@ivgninqjda847ry ~]# puppet config print vardir 
 
 
 
 
/opt/puppetlabs/puppet/cache 
 
 
 
 
[root@ivgninqjda847ry ~]# ls /opt/puppetlabs/puppet/cache/state 
 
 
 
 
state.yaml 
 
 
 
 
[root@ivgninqjda847ry ~]# puppet apply -e notice 'foo' --graph 
 
 
 
 
Notice: Scope(Class[main]): foo 
 
 
 
 
Notice: Compiled catalog for ivgninqjda847ry.delivery.puppetlabs.net in environment production in 0.33 seconds 
 
 
 
 
Notice: Applied catalog in 0.02 seconds 
 
 
 
 
[root@ivgninqjda847ry ~]# ls /opt/puppetlabs/puppet/cache/state 
 
   

Jira (PUP-4668) cannot create a define named something that starts with 'class'

2015-06-08 Thread Shaigy Nixon (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Shaigy Nixon assigned an issue to Shaigy Nixon 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 Puppet /  PUP-4668 
 
 
 
  cannot create a define named something that starts with 'class'  
 
 
 
 
 
 
 
 
 

Change By:
 
 Shaigy Nixon 
 
 
 

Assignee:
 
 QA ShaigyNixon 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.3.15#6346-sha1:dbc023d) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
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 post to this group, send email to puppet-bugs@googlegroups.com.
Visit this group at http://groups.google.com/group/puppet-bugs.
For more options, visit https://groups.google.com/d/optout.


Jira (PUP-4668) cannot create a define named something that starts with 'class'

2015-06-08 Thread Shaigy Nixon (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Shaigy Nixon commented on  PUP-4668 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
  Re: cannot create a define named something that starts with 'class'  
 
 
 
 
 
 
 
 
 
 
Validated against 4.x on redhat-7-x86_64 at http://builds.puppetlabs.lan/puppet-agent/39dace1e049eaac7bf6c71e0792f60f688b2e63b/  
 
 
 
 
 
 
[root@ivgninqjda847ry modules]# cat classroom/manifests/boo.pp 
 
 
 
 
define classroom::boo{ 
 
 
 
 
  notify { $name: } 
 
 
 
 
} 
 
 
 
 
[root@ivgninqjda847ry modules]# cat classroom/tests/init.pp 
 
 
 
 
classroom::boo { 'Hi There' :} 
 
 
 
 
notify { 'test' : 
 
 
 
 
  require = Classroom::Boo[ 'Hi There'], 
 
 
 
 
} 
 
 
 
 
[root@ivgninqjda847ry modules]# puppet apply classroom/tests/init.pp 
 
 
 
  

Jira (PUP-4668) cannot create a define named something that starts with 'class'

2015-06-08 Thread Shaigy Nixon (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Shaigy Nixon commented on  PUP-4668 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
  Re: cannot create a define named something that starts with 'class'  
 
 
 
 
 
 
 
 
 
 
Verified in 4.x on redhat-7-x86_64 at http://builds.puppetlabs.lan/puppet-agent/39dace1e049eaac7bf6c71e0792f60f688b2e63b/ 
 
 
 
 
 
 
[root@ivgninqjda847ry modules]# cat classroom/manifests/boo.pp 
 
 
 
 
define classroom::boo{ 
 
 
 
 
  notify { $name: } 
 
 
 
 
} 
 
 
 
 
[root@ivgninqjda847ry modules]# cat classroom/tests/init.pp 
 
 
 
 
classroom::boo { 'Hi There' :} 
 
 
 
 
notify { 'test' : 
 
 
 
 
  require = Classroom::Boo[ 'Hi There'], 
 
 
 
 
} 
 
 
 
 
[root@ivgninqjda847ry modules]# puppet apply classroom/tests/init.pp 
 
 
 
 

Jira (FACT-1021) Custom facts that require 'facter' cannot be evaluated from command line facter

2015-06-04 Thread Shaigy Nixon (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Shaigy Nixon commented on  FACT-1021 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
  Re: Custom facts that require 'facter' cannot be evaluated from command line facter  
 
 
 
 
 
 
 
 
 
 
Validated on redhat-7-x86_64, win2012r2-rubyx64 and ubuntu-1404-x86_64 with puppet-agent build SHA 473b953a4f1ff9504f7541dec4b2f008f8c4838c http://builds.puppetlabs.lan/puppet-agent/473b953a4f1ff9504f7541dec4b2f008f8c4838c/ 
 
 
 
 
 
 
 
 
 
 
 
root@asxwtzqcadayryf ~]# cat foo/foo.rb 
 
 
 
 
require 'facter' 
 
 
 
 
Facter.add(:foo) do 
 
 
 
 
  setcode do 
 
 
 
 
'bar' 
 
 
 
 
  end 
 
 
 
 
end 
 
 
 
 
 
 
 
 
 
[root@asxwtzqcadayryf ~]# facter --custom-dir ./foo foo 
 
 
 
   

Jira (FACT-1021) Custom facts that require 'facter' cannot be evaluated from command line facter

2015-06-03 Thread Shaigy Nixon (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Shaigy Nixon updated an issue 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 Facter /  FACT-1021 
 
 
 
  Custom facts that require 'facter' cannot be evaluated from command line facter  
 
 
 
 
 
 
 
 
 

Change By:
 
 Shaigy Nixon 
 
 
 

QA Risk Severity:
 
 Medium 
 
 
 

QA Risk Probability:
 
 Medium 
 
 
 

QA Risk Severity Reason:
 
 Noworkaround 
 
 
 

QA Risk Assessment:
 
 Medium 
 
 
 

QA Risk Probability Reason:
 
 Mediumusage 
 
 
 

QA Highest Test Level:
 
 Unit 
 
 
 

QA Risk Assessment Reason:
 
 Medium 
 
 
 

QA Contact:
 
 ShaigyNixon 
 
 
 

QA Status:
 
 Reviewed 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 

Jira (FACT-1021) Custom facts that require 'facter' cannot be evaluated from command line facter

2015-06-03 Thread Shaigy Nixon (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Shaigy Nixon commented on  FACT-1021 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
  Re: Custom facts that require 'facter' cannot be evaluated from command line facter  
 
 
 
 
 
 
 
 
 
 
Validated on RedHat 7 on Puppet Agent SHA d7e14c3bdd255b15173c62176298a9f4882162ed 
 
 
 
 
 
 
[root@cx31v7oge8hftxp myfactor]# cat roles.rb 
 
 
 
 
require 'facter' 
 
 
 
 
Facter.add ('roles') do 
 
 
 
 
  setcode do 
 
 
 
 
'Admin' 
 
 
 
 
  end 
 
 
 
 
end 
 
 
 
 
[root@cx31v7oge8hftxp myfactor]# cfacter --custom-dir ./ roles 
 
 
 
 
Admin
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Jira (FACT-982) Warnings about not being able to resolve custom facts with --no-custom-facts

2015-06-01 Thread Shaigy Nixon (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Shaigy Nixon commented on  FACT-982 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
  Re: Warnings about not being able to resolve custom facts with --no-custom-facts  
 
 
 
 
 
 
 
 
 
 
Michael Smith Sorry, my bad. Changed the status back. 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.3.15#6346-sha1:dbc023d) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
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 post to this group, send email to puppet-bugs@googlegroups.com.
Visit this group at http://groups.google.com/group/puppet-bugs.
For more options, visit https://groups.google.com/d/optout.


<    1   2   3