[Bug 368832] Re: Ubuntu's facter variable $operatingsystem changed from debian to ubuntu and has broken service providers.

2009-08-14 Thread Chuck Short
This is already fixed for karmic. Regards chuck -- Ubuntu's facter variable $operatingsystem changed from debian to ubuntu and has broken service providers. https://bugs.launchpad.net/bugs/368832 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

[Bug 368832] Re: Ubuntu's facter variable $operatingsystem changed from debian to ubuntu and has broken service providers.

2009-07-01 Thread nutznboltz
$ sudo facter | grep architecture architecture = x86_64 Used to say amd64. Suggested fix: $ diff -u architecture.rb.DIST architecture.rb--- architecture.rb.DIST 2009-07-01 17:38:55.267135355 -0400 +++ architecture.rb 2009-07-01 17:56:41.577135248 -0400 @@ -5,7 +5,7 @@ case

[Bug 368832] Re: Ubuntu's facter variable $operatingsystem changed from debian to ubuntu and has broken service providers.

2009-06-19 Thread greenmoss
I can't add much to this ticket, except that it has also affected me, and a request to please push the fix to Jaunty. Also, I didn't find this page when searching for the error string on Google, so here is the error string for others' benefit: warning: Found multiple default providers for

[Bug 368832] Re: Ubuntu's facter variable $operatingsystem changed from debian to ubuntu and has broken service providers.

2009-05-16 Thread nreilly
Is it possible to have the patch mentioned in comment #2 in Jaunty? http://projects.reductivelabs.com/projects/puppet/repository/revisions/aa629ec3c01de5b1bfdcb761376d1f417704fd8c/diff/refs/heads/0.24.x/lib/puppet/provider/service/debian.rb ** Changed in: puppet (Ubuntu) Status: New =

[Bug 368832] Re: Ubuntu's facter variable $operatingsystem changed from debian to ubuntu and has broken service providers.

2009-05-01 Thread John Cooper
I think that this has been fixed upstream http://projects.reductivelabs.com/issues/1607 with patch http://projects.reductivelabs.com/projects/puppet/repository/revisions/aa629ec3c01de5b1bfdcb761376d1f417704fd8c/diff/refs/heads/0.24.x/lib/puppet/provider/service/debian.rb -- Ubuntu's facter

[Bug 368832] Re: Ubuntu's facter variable $operatingsystem changed from debian to ubuntu and has broken service providers.

2009-05-01 Thread John Cooper
I think that this has been fixed upstream http://projects.reductivelabs.com/issues/1607 with patch http://projects.reductivelabs.com/projects/puppet/repository/revisions/aa629ec3c01de5b1bfdcb761376d1f417704fd8c/diff/refs/heads/0.24.x/lib/puppet/provider/service/debian.rb -- Ubuntu's facter

[Bug 368832] Re: Ubuntu's facter variable $operatingsystem changed from debian to ubuntu and has broken service providers.

2009-05-01 Thread Michiel Eghuizen
That patch works, But I also needed to patch puppet lib with the following patch, found at: http://projects.reductivelabs.com/issues/1647 to make puppet work fully. -- Ubuntu's facter variable $operatingsystem changed from debian to ubuntu and has broken service providers.

[Bug 368832] Re: Ubuntu's facter variable $operatingsystem changed from debian to ubuntu and has broken service providers.

2009-04-29 Thread ody
I suppose that actually changing line 8 of the the debian.rb file to 'defaultfor :operatingsystem = [:debian, :ubuntu]' would be a better solution, as this is what is done with Redhat derivatives. Which would likely be something good to push upstream. -- Ubuntu's facter variable