Jira (PUP-1548) Facter deliver wrong architecture to puppet

2014-06-26 Thread Bjoern (JIRA)
Title: Message Title










 

 Bjoern commented on an issue











 






  Re: Facter deliver wrong architecture to puppet 










Yes, of course. 
Thanks












   

 Add Comment











 













 Puppet /  PUP-1548



  Facter deliver wrong architecture to puppet 







 I got this params.pp   {noformat}    case $::operatingsystem{    'Debian', 'Ubuntu': {  $package_name = "SnareLinux-3.0.0-2_$::architecture.deb"  $provider = 'dpkg'  $install_name = 'snarelinux'    }  {noformat}   On Ubuntu Client puppet says:   {noformat}  root@PC3214ub:~# puppet agent -t  info: Retrieving plugin  ...















 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/d/optout.


Jira (PUP-1548) Facter deliver wrong architecture to puppet

2014-06-26 Thread Stefan Schulte (JIRA)
Title: Message Title










 

 Stefan Schulte assigned an issue to Bjoern











 






 Puppet /  PUP-1548



  Facter deliver wrong architecture to puppet 










Change By:

 Stefan Schulte




Assignee:

 Andy Parker Bjoern












   

 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/d/optout.


Jira (PUP-1548) Facter deliver wrong architecture to puppet

2014-06-26 Thread Stefan Schulte (JIRA)
Title: Message Title










 

 Stefan Schulte commented on an issue











 






  Re: Facter deliver wrong architecture to puppet 










do you agree, that this issue can be closed?












   

 Add Comment











 













 Puppet /  PUP-1548



  Facter deliver wrong architecture to puppet 







 I got this params.pp   {noformat}    case $::operatingsystem{    'Debian', 'Ubuntu': {  $package_name = "SnareLinux-3.0.0-2_$::architecture.deb"  $provider = 'dpkg'  $install_name = 'snarelinux'    }  {noformat}   On Ubuntu Client puppet says:   {noformat}  root@PC3214ub:~# puppet agent -t  info: Retrieving plugin  ...















 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/d/optout.


Jira (PUP-1548) Facter deliver wrong architecture to puppet

2014-06-26 Thread Stefan Schulte (JIRA)
Title: Message Title










 

 Stefan Schulte commented on an issue











 






  Re: Facter deliver wrong architecture to puppet 










Hi Bjoern,
I'm sorry that it took so long. This issue looks familiar to me and it is a know issue between facter 1.6.2 and 1.6.9. It has been fixed in 1.6.9. See old redmine ticket #11511 for reference
The main problem here is that there probably is a fact recursion (fact a depends on fact b depends on fact a) which facter silently ignored up to version 1.7.0 (as described in old redmine ticket #12790https://projects.puppetlabs.com/issues/12790)
The 1.6.x branch is pretty old though and not supported anymore (see http://docs.puppetlabs.com/facter) so please consider upgrading 












   

 Add Comment











 













 Puppet /  PUP-1548



  Facter deliver wrong architecture to puppet 







 I got this params.pp   {noformat}    case $::operatingsystem{    'Debian', 'Ubuntu': {  $package_name = "SnareLinux-3.0.0-2_$::architecture.deb"  $provider = 'dpkg'  $install_name = 'snarelinux'    }  {noformat}   On Ubuntu Client puppet says:   {noformat}  root@PC3214ub:~# puppet agent -t  info: Retrieving plugin  ...















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




 


 

Jira (PUP-1548) Facter deliver wrong architecture to puppet

2014-06-25 Thread Bjoern (JIRA)
Title: Message Title










 

 Bjoern commented on an issue











 






  Re: Facter deliver wrong architecture to puppet 










root@PC3214ub:~# facter -v  1.6.5
But the facter version is maybe updated, I created this bug January..












   

 Add Comment











 













 Puppet /  PUP-1548



  Facter deliver wrong architecture to puppet 







 I got this params.pp   {noformat}    case $::operatingsystem{    'Debian', 'Ubuntu': {  $package_name = "SnareLinux-3.0.0-2_$::architecture.deb"  $provider = 'dpkg'  $install_name = 'snarelinux'    }  {noformat}   On Ubuntu Client puppet says:   {noformat}  root@PC3214ub:~# puppet agent -t  info: Retrieving plugin  ...















 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/d/optout.


Jira (PUP-1548) Facter deliver wrong architecture to puppet

2014-06-25 Thread Stefan Schulte (JIRA)
Title: Message Title










 

 Stefan Schulte commented on an issue











 






  Re: Facter deliver wrong architecture to puppet 










Hi Bjoern,
thanks for the input. Can you please add the facter version as well?












   

 Add Comment











 













 Puppet /  PUP-1548



  Facter deliver wrong architecture to puppet 







 I got this params.pp   {noformat}    case $::operatingsystem{    'Debian', 'Ubuntu': {  $package_name = "SnareLinux-3.0.0-2_$::architecture.deb"  $provider = 'dpkg'  $install_name = 'snarelinux'    }  {noformat}   On Ubuntu Client puppet says:   {noformat}  root@PC3214ub:~# puppet agent -t  info: Retrieving plugin  ...















 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/d/optout.


Jira (PUP-1548) Facter deliver wrong architecture to puppet

2014-06-24 Thread Bjoern (JIRA)
Title: Message Title










 

 Bjoern commented on an issue











 






  Re: Facter deliver wrong architecture to puppet 










No
root@PC3214ub:~# facter architecture amd64 root@PC3214ub:~# facter -p architecture amd64












   

 Add Comment











 













 Puppet /  PUP-1548



  Facter deliver wrong architecture to puppet 







 I got this params.pp   {noformat}    case $::operatingsystem{    'Debian', 'Ubuntu': {  $package_name = "SnareLinux-3.0.0-2_$::architecture.deb"  $provider = 'dpkg'  $install_name = 'snarelinux'    }  {noformat}   On Ubuntu Client puppet says:   {noformat}  root@PC3214ub:~# puppet agent -t  info: Retrieving plugin  ...















 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/d/optout.


Jira (PUP-1548) Facter deliver wrong architecture to puppet

2014-06-24 Thread Stefan Schulte (JIRA)
Title: Message Title










 

 Stefan Schulte updated an issue











 






 Puppet /  PUP-1548



  Facter deliver wrong architecture to puppet 










Change By:

 Stefan Schulte









 I got this params.pp {noformat}   case $::operatingsystem{  'Debian', 'Ubuntu': {$package_name = "SnareLinux-3.0.0-2_$::architecture.deb"$provider = 'dpkg'$install_name = 'snarelinux'  } {noformat}   On Ubuntu Client puppet says: {noformat} root@PC3214ub:~# puppet agent -t info: Retrieving plugininfo: Loading facts in /var/lib/puppet/lib/facter/root_home.rbinfo: Loading facts in /var/lib/puppet/lib/facter/puppet_vardir.rbinfo: Loading facts in /var/lib/puppet/lib/facter/vmwaretools_version.rbinfo: Loading facts in /var/lib/puppet/lib/facter/pper_installed.rbinfo: Loading facts in /var/lib/puppet/lib/facter/pe_version.rbinfo: Loading facts in /var/lib/puppet/lib/facter/os_maj_version.rbinfo: Loading facts in /var/lib/puppet/lib/facter/environment.rbinfo: Loading facts in /var/lib/puppet/lib/facter/facter_dot_d.rbinfo: Caching catalog for pc3214ubinfo: Applying configuration version '1391100647'err: /Stage[main]/Snare/File[/usr/local/src/SnareLinux-3.0.0-2_x86_64.deb]: Could not evaluate: Could not retrieve information from environment production source(s) puppet:///modules/snare/SnareLinux-3.0.0-2_x86_64.deb at /etc/puppet/modules/snare/manifests/init.pp:17notice: /Stage[main]/Snare/Package[install snare]: Dependency File[/usr/local/src/SnareLinux-3.0.0-2_x86_64.deb] has failures: truewarning: /Stage[main]/Snare/Package[install snare]: Skipping because of failed dependenciesnotice: /Stage[main]/Snare/File[/etc/audit/snare.conf]: Dependency File[/usr/local/src/SnareLinux-3.0.0-2_x86_64.deb] has failures: truewarning: /Stage[main]/Snare/File[/etc/audit/snare.conf]: Skipping because of failed dependenciesnotice: /Stage[main]/Snare/File[/etc/snare.conf]: Dependency File[/usr/local/src/SnareLinux-3.0.0-2_x86_64.deb] has failures: truewarning: /Stage[main]/Snare/File[/etc/snare.conf]: Skipping because of failed dependenciesnotice: Finished catalog run in 11.03 seconds {noformat}   Facter on Ubuntu Client says: {noformat} root@PC3214ub:~# facter architectureamd64 {noformat}   The architecture is  {{  amd64 }}  but puppet agent is looking for  {{  x86_64 }} .The file for amd64 is present: {noformat}  ll /etc/puppet/modules/snare/files/insgesamt 283K-rw-rw-r--+ 1 beckerb beckerb 421 17. Okt 12:55 snare.conf-rw-rw-r--+ 1 beckerb beckerb 59K 17. Okt 15:18 SnareLinux-2.1.0-1.x86_64.rpm-rw-rw-r--+ 1 beckerb beckerb 54K 17. Okt 13:41 SnareLinux-3.0.0-1.i386.rpm-rw-rw-r--+ 1 beckerb beckerb 56K 17. Okt 12:16 SnareLinux-3.0.0-1.x86_64.rpm-rw-rw-r--+ 1 beckerb beckerb 52K 17. Okt 12:15 SnareLinux-3.0.0-2_amd64.deb-rw-rw-r--+ 1 beckerb beckerb 50K 17. Okt 14:57 SnareLinux-3.0.0-2_i386.deb {noformat}   My client version is: {noformat} root@PC3214ub:~# puppet --version2.7.11 {noformat}   I'm not sure to be correct here, but I guess this is a bug..











   

Jira (PUP-1548) Facter deliver wrong architecture to puppet

2014-06-24 Thread Stefan Schulte (JIRA)
Title: Message Title










 

 Stefan Schulte commented on an issue











 






  Re: Facter deliver wrong architecture to puppet 










what facter version are you running on your agent (facter --version)?












   

 Add Comment











 













 Puppet /  PUP-1548



  Facter deliver wrong architecture to puppet 







 I got this params.pp   {noformat}    case $::operatingsystem{    'Debian', 'Ubuntu': {  $package_name = "SnareLinux-3.0.0-2_$::architecture.deb"  $provider = 'dpkg'  $install_name = 'snarelinux'    }  {noformat}   On Ubuntu Client puppet says:   {noformat}  root@PC3214ub:~# puppet agent -t  info: Retrieving plugin  ...















 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/d/optout.


Jira (PUP-1548) Facter deliver wrong architecture to puppet

2014-01-30 Thread Bjoern (JIRA)
Title: Message Title










 

 Bjoern updated an issue











 






 Puppet /  PUP-1548



  Facter deliver wrong architecture to puppet 










Change By:

 Bjoern









 I got this params.pp  case $::operatingsystem{  'Debian', 'Ubuntu': {$package_name = "SnareLinux-3.0.0-2_$::architecture.deb"$provider = 'dpkg'$install_name = 'snarelinux'  }On Ubuntu Client puppet says:root@PC3214ub:~# puppet agent -t info: Retrieving plugininfo: Loading facts in /var/lib/puppet/lib/facter/root_home.rbinfo: Loading facts in /var/lib/puppet/lib/facter/puppet_vardir.rbinfo: Loading facts in /var/lib/puppet/lib/facter/vmwaretools_version.rbinfo: Loading facts in /var/lib/puppet/lib/facter/pper_installed.rbinfo: Loading facts in /var/lib/puppet/lib/facter/pe_version.rbinfo: Loading facts in /var/lib/puppet/lib/facter/os_maj_version.rbinfo: Loading facts in /var/lib/puppet/lib/facter/environment.rbinfo: Loading facts in /var/lib/puppet/lib/facter/facter_dot_d.rbinfo: Caching catalog for pc3214ubinfo: Applying configuration version '1391100647'err: /Stage[main]/Snare/File[/usr/local/src/SnareLinux-3.0.0-2_x86_64.deb]: Could not evaluate: Could not retrieve information from environment production source(s) puppet:///modules/snare/SnareLinux-3.0.0-2_x86_64.deb at /etc/puppet/modules/snare/manifests/init.pp:17notice: /Stage[main]/Snare/Package[install snare]: Dependency File[/usr/local/src/SnareLinux-3.0.0-2_x86_64.deb] has failures: truewarning: /Stage[main]/Snare/Package[install snare]: Skipping because of failed dependenciesnotice: /Stage[main]/Snare/File[/etc/audit/snare.conf]: Dependency File[/usr/local/src/SnareLinux-3.0.0-2_x86_64.deb] has failures: truewarning: /Stage[main]/Snare/File[/etc/audit/snare.conf]: Skipping because of failed dependenciesnotice: /Stage[main]/Snare/File[/etc/snare.conf]: Dependency File[/usr/local/src/SnareLinux-3.0.0-2_x86_64.deb] has failures: truewarning: /Stage[main]/Snare/File[/etc/snare.conf]: Skipping because of failed dependenciesnotice: Finished catalog run in 11.03 secondsFacter on Ubuntu Client says:root@PC3214ub:~# facter architectureamd64The architecture is amd64 but puppet agent is looking for x86_64.The file for amd64 is present: ll /etc/puppet/modules/snare/files/insgesamt 283K-rw-rw-r--+ 1 beckerb beckerb 421 17. Okt 12:55 snare.conf-rw-rw-r--+ 1 beckerb beckerb 59K 17. Okt 15:18 SnareLinux-2.1.0-1.x86_64.rpm-rw-rw-r--+ 1 beckerb beckerb 54K 17. Okt 13:41 SnareLinux-3.0.0-1.i386.rpm-rw-rw-r--+ 1 beckerb beckerb 56K 17. Okt 12:16 SnareLinux-3.0.0-1.x86_64.rpm-rw-rw-r--+ 1 beckerb beckerb 52K 17. Okt 12:15 SnareLinux-3.0.0-2_amd64.deb-rw-rw-r--+ 1 beckerb beckerb 50K 17. Okt 14:57 SnareLinux-3.0.0-2_i386.deb My client version is:root@PC3214ub:~# puppet --version2.7.11 I'm not sure to be correct here, but I guess this is a bug..












   

   

Jira (PUP-1548) Facter deliver wrong architecture to puppet

2014-01-30 Thread Bjoern (JIRA)
Title: Message Title










 

 Bjoern updated an issue











 






 Puppet /  PUP-1548



  Facter deliver wrong architecture to puppet 










Change By:

 Bjoern









 I got this params.pp  case $::operatingsystem{  'Debian', 'Ubuntu': {$package_name = "SnareLinux-3.0.0-2_$::architecture.deb"$provider = 'dpkg'$install_name = 'snarelinux'  }On Ubuntu Client puppet says:root@PC3214ub:~# puppet agent -t info: Retrieving plugininfo: Loading facts in /var/lib/puppet/lib/facter/root_home.rbinfo: Loading facts in /var/lib/puppet/lib/facter/puppet_vardir.rbinfo: Loading facts in /var/lib/puppet/lib/facter/vmwaretools_version.rbinfo: Loading facts in /var/lib/puppet/lib/facter/pper_installed.rbinfo: Loading facts in /var/lib/puppet/lib/facter/pe_version.rbinfo: Loading facts in /var/lib/puppet/lib/facter/os_maj_version.rbinfo: Loading facts in /var/lib/puppet/lib/facter/environment.rbinfo: Loading facts in /var/lib/puppet/lib/facter/facter_dot_d.rbinfo: Caching catalog for pc3214ub .easycash.de info: Applying configuration version '1391100647'err: /Stage[main]/Snare/File[/usr/local/src/SnareLinux-3.0.0-2_x86_64.deb]: Could not evaluate: Could not retrieve information from environment production source(s) puppet:///modules/snare/SnareLinux-3.0.0-2_x86_64.deb at /etc/puppet/modules/snare/manifests/init.pp:17notice: /Stage[main]/Snare/Package[install snare]: Dependency File[/usr/local/src/SnareLinux-3.0.0-2_x86_64.deb] has failures: truewarning: /Stage[main]/Snare/Package[install snare]: Skipping because of failed dependenciesnotice: /Stage[main]/Snare/File[/etc/audit/snare.conf]: Dependency File[/usr/local/src/SnareLinux-3.0.0-2_x86_64.deb] has failures: truewarning: /Stage[main]/Snare/File[/etc/audit/snare.conf]: Skipping because of failed dependenciesnotice: /Stage[main]/Snare/File[/etc/snare.conf]: Dependency File[/usr/local/src/SnareLinux-3.0.0-2_x86_64.deb] has failures: truewarning: /Stage[main]/Snare/File[/etc/snare.conf]: Skipping because of failed dependenciesnotice: Finished catalog run in 11.03 secondsFacter on Ubuntu Client says:root@PC3214ub:~# facter architectureamd64The architecture is amd64 but puppet agent is looking for x86_64.The file for amd64 is present: ll /etc/puppet/modules/snare/files/insgesamt 283K-rw-rw-r--+ 1 beckerb beckerb 421 17. Okt 12:55 snare.conf-rw-rw-r--+ 1 beckerb beckerb 59K 17. Okt 15:18 SnareLinux-2.1.0-1.x86_64.rpm-rw-rw-r--+ 1 beckerb beckerb 54K 17. Okt 13:41 SnareLinux-3.0.0-1.i386.rpm-rw-rw-r--+ 1 beckerb beckerb 56K 17. Okt 12:16 SnareLinux-3.0.0-1.x86_64.rpm-rw-rw-r--+ 1 beckerb beckerb 52K 17. Okt 12:15 SnareLinux-3.0.0-2_amd64.deb-rw-rw-r--+ 1 beckerb beckerb 50K 17. Okt 14:57 SnareLinux-3.0.0-2_i386.debI'm not sure to be correct here, but I guess this is a bug..












   

 Add Comment
  

Jira (PUP-1548) Facter deliver wrong architecture to puppet

2014-01-30 Thread Bjoern (JIRA)
Title: Message Title










 

 Bjoern created an issue











 






 Puppet /  PUP-1548



  Facter deliver wrong architecture to puppet 










Issue Type:

  Bug




Affects Versions:


 3.3.2




Assignee:

 Andrew Parker




Components:


 Modules




Created:


 30/Jan/14 9:17 AM




Priority:

  Normal




Reporter:

 Bjoern










I got this params.pp
 case $::operatingsystem{ 'Debian', 'Ubuntu':  { $package_name = "SnareLinux-3.0.0-2_$::architecture.deb" $provider = 'dpkg' $install_name = 'snarelinux' }
On Ubuntu Client puppet says:
root@PC3214ub:~# puppet agent -t  info: Retrieving plugin info: Loading facts in /var/lib/puppet/lib/facter/root_home.rb info: Loading facts in /var/lib/puppet/lib/facter/puppet_vardir.rb info: Loading facts in /var/lib/puppet/lib/facter/vmwaretools_version.rb info: Loading facts in /var/lib/puppet/lib/facter/pper_installed.rb info: Loading facts in /var/lib/puppet/lib/facter/pe_version.rb info: Loading facts in /var/lib/puppet/lib/facter/os_maj_version.rb info: Loading facts in /var/lib/puppet/lib/facter/environment.rb info: Loading facts in /var/lib/puppet/lib/facter/facter_dot_d.rb info: Caching catalog for pc3214ub.easycash.de info: Applying configuration version '1391100647' err: /Stage[main]/Snare/File[/usr/local/src/SnareLinux-3.0.0-2_x86_64.deb]: Could not evaluate: Could not retrieve information from environment production source(s) puppet:///modules/snare/SnareLinux-3.0.0-2_x86