Re: [Puppet-dev] Concerns about 0a3469752d1cd7d5b4835732204a48850214fb9d

2011-11-28 Thread Trevor Vaughan
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 When I ran tests with this patch in, it was diffing to the logs and I could not turn it off. Trevor On 11/22/2011 04:16 PM, Nick Lewis wrote: > On Sunday, November 20, 2011 at 11:25 AM, James Turnbull wrote: >> Trevor Vaughan wrote: >>> This was com

[Puppet-dev] (puppetlabs/puppet) Closed pull request: Ticket/2.7.x/6907 use providers in the run they are installed

2011-11-28 Thread wearetherobots
On Tue Nov 29 01:53:04 UTC 2011 pull request #223 was closed. Ticket/2.7.x/6907 use providers in the run they are installed requested by (nicklewis) The pull request was merged by: mmrobins -- You received this message because you are subscribed to the Google Groups

[Puppet-dev] (puppetlabs/puppet-dashboard) New pull request: (#11063) Building deb package should keep the source tarball

2011-11-28 Thread wearetherobots
Please review pull request #69: (#11063) Building deb package should keep the source tarball opened by (jgrocho) Description: When building the deb package, the source tarball does not get saved in the pkg directory. Since this could be something useful to keep around, we

[Puppet-dev] (puppetlabs/puppet-dashboard) New pull request: (#11058) deb package should have `puppetlabs` in vendor string

2011-11-28 Thread wearetherobots
Please review pull request #68: (#11058) deb package should have `puppetlabs` in vendor string opened by (jgrocho) Description: The deb package should make it more obvious that dashboard comes from puppetlabs, so we add puppetlabs to the version string in the appropriate

[Puppet-dev] (puppetlabs/facter) Closed pull request: (#11041) Add dmidecode as a requirement for rpm

2011-11-28 Thread wearetherobots
On Tue Nov 29 00:05:40 UTC 2011 pull request #103 was closed. (#11041) Add dmidecode as a requirement for rpm requested by (stahnma) -- You received this message because you are subscribed to the Google Groups "Puppet Developers" group. To post to this group, send email

[Puppet-dev] (puppetlabs/facter) New pull request: (#11041) Add dmidecode as a requirement for rpm

2011-11-28 Thread wearetherobots
Please review pull request #103: (#11041) Add dmidecode as a requirement for rpm opened by (stahnma) Description: We were implicitly relying on dmidecode to determine certain facts without being certain that it was installed. This change to the rpm spec file will ensure

Re: [Puppet-dev] Searching the inventory service

2011-11-28 Thread Carl Caum
On Mon, Nov 28, 2011 at 4:46 PM, Daniel Pittman wrote: > I think you need to set the `Accept` header in your request to > explicitly include a format that Puppet supports; try `pson` or `yaml` > as the format. (Yes, not actually a MIME type, just the one string.) > That solved it. Thanks. > >

Re: [Puppet-dev] Searching the inventory service

2011-11-28 Thread Daniel Pittman
I think you need to set the `Accept` header in your request to explicitly include a format that Puppet supports; try `pson` or `yaml` as the format. (Yes, not actually a MIME type, just the one string.) Daniel On Tue, Nov 22, 2011 at 15:41, Carl Caum wrote: > Or not.  After fighting with this f

Re: [Puppet-dev] (puppetlabs/puppet) New pull request: Bug/2.7.x/11057 debug output enhancement

2011-11-28 Thread James Turnbull
wearetherob...@puppetlabs.com wrote: > Please review pull request #235: Bug/2.7.x/11057 debug output > enhancement opened by > (daniel-pittman) > > Description: > > This adds the reason for skipping a run to the message about doing so, which > makes

[Puppet-dev] (puppetlabs/puppet) New pull request: Bug/2.7.x/11057 debug output enhancement

2011-11-28 Thread wearetherobots
Please review pull request #235: Bug/2.7.x/11057 debug output enhancement opened by (daniel-pittman) Description: This adds the reason for skipping a run to the message about doing so, which makes it easier to understand why it happened post-hoc. Signed-off-by: Daniel Pi

[Puppet-dev] (puppetlabs/puppet-docs) Closed pull request: Maint/guides/custom facts update code snippets

2011-11-28 Thread wearetherobots
On Mon Nov 28 20:17:27 UTC 2011 pull request #23 was closed. Maint/guides/custom facts update code snippets requested by (adrienthebo) The pull request was merged by: jamtur01 -- You received this message because you are subscribed to the Google Groups "Puppet Develo

Re: [Puppet-dev] How to execute sqlplus cmds through puppet module

2011-11-28 Thread Peter Meier
This is Anjan. I am trying to create a database for oracle 11g through puppet module.Their i am unable to execute oracle cmds through puppet . sqlplus "/as sysdba" < you should ask this question on the puppet-users-list: http://groups.google.com/group/puppet-users ~pete -- You received this

[Puppet-dev] How to execute sqlplus cmds through puppet module

2011-11-28 Thread Nani
Hi This is Anjan. I am trying to create a database for oracle 11g through puppet module.Their i am unable to execute oracle cmds through puppet . sqlplus "/as sysdba"