Jira (PUP-923) Try out Fedora 20

2014-01-14 Thread Kylo Ginsberg (JIRA)
Title: Message Title










 

 Kylo Ginsberg commented on an issue


















  Re: Try out Fedora 20 










I added a config for fedora 20 but ran into a gotcha with no tar on the fedora 20 vm. See https://tickets.puppetlabs.com/browse/QA-730












   

 Add Comment

























 Puppet /  PUP-923



  Try out Fedora 20 







 Exploration of how puppet behaves in Fedora 20 (slated for 12/10/13 release). This is the closest thing to a proxy for RHEL7 that we may have in the 3.5 timeframe.   Additional tickets may be generated as a result of this activity.















 This message was sent by Atlassian JIRA (v6.1.4#6159-sha1:44eaede)




 














-- 
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/groups/opt_out.


Jira (PUP-1441) --show_diff causes crashes on files with UTF-8 content

2014-01-14 Thread Tomas Doran (JIRA)
Title: Message Title










 

 Tomas Doran created an issue


















 Puppet /  PUP-1441



  --show_diff causes crashes on files with UTF-8 content 










Issue Type:

  Bug




Affects Versions:


 3.4.0




Assignee:


 Unassigned




Components:


 Catalog Application




Created:


 14/Jan/14 5:10 PM




Priority:

  Normal




Reporter:

 Tomas Doran










Run puppet apply with a manifest with a file block which uses a source which contains UTF-8 text.
Works as expected normally, however if the --show-diff flag is passed then it bails out with an error such as:
Error: /Stage[main]/Users::Bobtfish/File[/home/bobtfish/.gitconfig]/content: change from  {md5}8134292fa03d49e18941395afa85904e to {md5}
3fb27c4b9babe9f7808916e49bce3dbb failed: \xE2 from ASCII-8BIT to UTF-8
Note - this only happens when there are differences to be applied (i.e. when there are diffs to show)












  

Jira (PUP-1442) PR (2262): Pup 1244 - Fix yum/rpm version comparison to work the way RPM actually does - jantman

2014-01-14 Thread gepetto-bot (JIRA)
Title: Message Title










 

 gepetto-bot created an issue


















 Puppet /  PUP-1442



  PR (2262): Pup 1244 - Fix yum/rpm version comparison to work the way RPM actually does - jantman 










Issue Type:

  Task




Assignee:


 Unassigned




Components:


 Community




Created:


 14/Jan/14 5:25 PM




Labels:


 github




Priority:

  Normal




Reporter:

 gepetto-bot










Pup 1244 - Fix yum/rpm version comparison to work the way RPM actually does


Author: Jason Antman ja...@jasonantman.com


Company: CMG Digital


Github ID: jantman


Pull Request 2262 Discussion


Pull Request 2262 File Diff


Pull Request Description

Jira (PUP-1271) puppet ca list --all fails with Error: The certificate retrieved from the master does not match the agent's private key.

2014-01-14 Thread Daniel Dreier (JIRA)
Title: Message Title










 

 Daniel Dreier commented on an issue


















  Re: puppet ca list --all fails with Error: The certificate retrieved from the master does not match the agent's private key. 










Eric Sorenson and Charlie Sharpsteen reproduced this issue 10 months ago on then-current puppet versions. Jason Barnett appears to have reproduced the issue on 2.7.20, though the error is somewhat different. 
I was able to reproduce this issue on 3.4.2 on CentOS 6.4 using the same steps as Charlie followed. Using two VMs from the Puppet labs centos 6 nocm vagrantbox, on the puppetmaster:


[root@puppetmaster ~]# puppet ca list --all
+ puppetmaster.boxnet  (SHA256) 28:7B:8B:FB:52:E3:13:DE:A1:BE:55:BE:9D:76:77:F3:3C:FA:53:A7:4B:50:BC:D9:C0:8D:50:A8:39:F1:E5:F8



On the agent:


[root@puppetmaster ~]# puppet ca list --all
+ puppetmaster.boxnet  (SHA256) 28:7B:8B:FB:52:E3:13:DE:A1:BE:55:BE:9D:76:77:F3:3C:FA:53:A7:4B:50:BC:D9:C0:8D:50:A8:39:F1:E5:F8
[root@puppetmaster ~]# # requested cert from client
[root@puppetmaster ~]# puppet ca list --all
  agent.boxnet (SHA256) 11:26:02:E5:B1:E6:70:D5:24:C0:1A:8E:0D:06:30:A2:87:6B:58:5B:C0:B8:76:8A:83:4F:FF:5E:36:5F:FE:EF
+ puppetmaster.boxnet  (SHA256) 28:7B:8B:FB:52:E3:13:DE:A1:BE:55:BE:9D:76:77:F3:3C:FA:53:A7:4B:50:BC:D9:C0:8D:50:A8:39:F1:E5:F8
[root@puppetmaster ~]# puppet cert agent.boxnet
Error: Invalid method agent.boxnet to apply
[root@puppetmaster ~]# puppet cert sign agent.boxnet
Notice: Signed certificate request for agent.boxnet
Notice: Removing file Puppet::SSL::CertificateRequest agent.boxnet at '/var/lib/puppet/ssl/ca/requests/agent.boxnet.pem'
[root@puppetmaster ~]# puppet ca list --all
Error: The certificate retrieved from the master does not match the agent's private key.
Certificate fingerprint: 17:FC:E2:89:9A:71:E2:99:07:EE:A3:3D:CE:79:5A:1D:90:CA:14:17:E7:55:F0:61:B8:F7:94:B0:5F:F6:5F:E1
To fix this, remove the certificate from both the master and the agent and then start a puppet run, which will automatically regenerate a certficate.
On the master:
  puppet cert clean puppetmaster.boxnet
On the agent:
  rm -f /var/lib/puppet/ssl/certs/puppetmaster.boxnet.pem
  puppet agent -t

Error: Try 'puppet help ca list' for usage



Back on the puppetmaster:


[root@puppetmaster ~]# puppet ca list --all
  agent.boxnet (SHA256) 11:26:02:E5:B1:E6:70:D5:24:C0:1A:8E:0D:06:30:A2:87:6B:58:5B:C0:B8:76:8A:83:4F:FF:5E:36:5F:FE:EF
+ puppetmaster.boxnet  (SHA256) 28:7B:8B:FB:52:E3:13:DE:A1:BE:55:BE:9D:76:77:F3:3C:FA:53:A7:4B:50:BC:D9:C0:8D:50:A8:39:F1:E5:F8
[root@puppetmaster ~]# puppet cert sign agent.boxnet
Notice: Signed certificate request for agent.boxnet
Notice: Removing file Puppet::SSL::CertificateRequest agent.boxnet at '/var/lib/puppet/ssl/ca/requests/agent.boxnet.pem'
[root@puppetmaster ~]# puppet ca list --all
Error: The certificate retrieved from the master does not match the agent's private key.
Certificate fingerprint: 17:FC:E2:89:9A:71:E2:99:07:EE:A3:3D:CE:79:5A:1D:90:CA:14:17:E7:55:F0:61:B8:F7:94:B0:5F:F6:5F:E1
To fix this, remove the certificate from both the master and the agent and then start a puppet run, which will automatically regenerate a certficate.
On the master:
  puppet 

Jira (PUP-1271) puppet ca list --all fails with Error: The certificate retrieved from the master does not match the agent's private key.

2014-01-14 Thread Daniel Dreier (JIRA)
Title: Message Title










 

 Daniel Dreier updated an issue


















 Puppet /  PUP-1271



  puppet ca list --all fails with Error: The certificate retrieved from the master does not match the agent's private key. 










Change By:

 Daniel Dreier




Affects Version/s:

 3.4.2












   

 Add Comment






















 This message was sent by Atlassian JIRA (v6.1.4#6159-sha1:44eaede)




 














-- 
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/groups/opt_out.


<    1   2