Re: [Puppet Users] Re: Adding a parameter to a custom Puppet type/provider

2012-08-07 Thread jcbollinger
On Monday, August 6, 2012 11:32:38 PM UTC-5, Josh Cooper wrote: > > Recently Nick L and I "discovered" that parameter validation does not > occur on the master (in 2.7.x) yet many people believe this to be > true. Specifically the munge and validate methods for parameters and > properties are

Re: [Puppet Users] Re: Adding a parameter to a custom Puppet type/provider

2012-08-06 Thread Josh Cooper
Hi Stefan, On Wed, Dec 7, 2011 at 4:01 AM, Stefan Schulte wrote: > Parameter validation happens on your puppet master so I guess you have > to update > > /var/lib/puppet/lib/puppet/type/logical_volume.rb > > on your master first. Recently Nick L and I "discovered" that parameter validation d

[Puppet Users] Re: Adding a parameter to a custom Puppet type/provider

2012-08-06 Thread xkrantz
Hi Jason, Did you find a solution to your issue ? Because I'm facing the same, and I would be very glad to have some feed back :) Thanks in advance, Le dimanche 12 février 2012 22:06:46 UTC+1, Jason Koppe a écrit : > > Added to the pastie: http://pastie.org/private/em9dve6walcxyfjyssvya >

[Puppet Users] Re: Adding a parameter to a custom Puppet type/provider

2012-02-12 Thread Jason Koppe
Added to the pastie: http://pastie.org/private/em9dve6walcxyfjyssvya On Feb 11, 10:21 am, Stefan Schulte wrote: > Can you provide your resource definition where you use the > logical_volume type? > > -Stefan > > > > > > > > On Sat, Feb 11, 2012 at 09:31:36AM -0600, Jason Koppe wrote: > > I do hav

Re: [Puppet Users] Re: Adding a parameter to a custom Puppet type/provider

2012-02-11 Thread Stefan Schulte
Can you provide your resource definition where you use the logical_volume type? -Stefan On Sat, Feb 11, 2012 at 09:31:36AM -0600, Jason Koppe wrote: > I do have /var/lib/puppet/lib/puppet/type/logical_volume.rb on my puppet > master and I still get the same error. > > On Wed, Dec 7, 2011 at 6:01

Re: [Puppet Users] Re: Adding a parameter to a custom Puppet type/provider

2012-02-11 Thread Jason Koppe
I do have /var/lib/puppet/lib/puppet/type/logical_volume.rb on my puppet master and I still get the same error. On Wed, Dec 7, 2011 at 6:01 AM, Stefan Schulte < stefan.schu...@taunusstein.net> wrote: > On Tue, Dec 06, 2011 at 10:34:47AM -0800, Jason Koppe wrote: > > http://pastie.org/private/t9nl

Re: [Puppet Users] Re: Adding a parameter to a custom Puppet type/provider

2011-12-07 Thread Stefan Schulte
On Tue, Dec 06, 2011 at 10:34:47AM -0800, Jason Koppe wrote: > http://pastie.org/private/t9nl5wa91bd6rx1afad7sq is a pastie of my > changes to https://github.com/puppetlabs/puppet-lvm and the error i'm > seeing is > > err: Could not retrieve catalog from remote server: Error 400 on > SERVER: Inval

[Puppet Users] Re: Adding a parameter to a custom Puppet type/provider

2011-12-06 Thread Jason Koppe
http://pastie.org/private/t9nl5wa91bd6rx1afad7sq is a pastie of my changes to https://github.com/puppetlabs/puppet-lvm and the error i'm seeing is err: Could not retrieve catalog from remote server: Error 400 on SERVER: Invalid parameter physical_volume at file.pp:26 at node On Dec 6, 12:22 pm, J

[Puppet Users] Re: Adding a parameter to a custom Puppet type/provider

2011-12-06 Thread Jason Koppe
restarting the puppet master didn't help me. On Nov 15, 12:10 am, Gonzalo Servat wrote: > ... and I just found this > (http://docs.puppetlabs.com/guides/troubleshooting.html): > err: Could not retrieve catalog: Invalid parameter ‘foo’ for type ‘bar’ > > When you are developing new custom types,

[Puppet Users] Re: Adding a parameter to a custom Puppet type/provider

2011-11-14 Thread Gonzalo Servat
... and I just found this ( http://docs.puppetlabs.com/guides/troubleshooting.html): err: Could not retrieve catalog: Invalid parameter ‘foo’ for type ‘bar’ When you are developing new custom types, you should restart both the puppetmasterd and the puppetd before running the configuration using th