search for: metatyp

Displaying 18 results from an estimated 18 matches for "metatyp".

Did you mean: metatype
2007 Jan 24
3
Another ''found a bug'' problem - This time with user purging.
Ok, given the statement on the web page about unlesssystemuser under Resources ( http://reductivelabs.com/projects/puppet/documentation/typedocs.html#resources), I assume that users can be purged. However, when I attempt to do this with resources { user: purge => true, noop => true } and what I get is: err: Found a bug: private method ''split'' called for nil:NilClass.
2007 Mar 19
11
Parsechecking in a commit hook
This has been a much-requested feature, and is now a reality (in svn trunk): There is a new option, --ignoreimport, that will (surprisingly) ignore import statements. This is really only useful when using -- parseonly in a commit hook, and note that you''ll have to add the option to --parseonly, none of the puppet executables will add it for you. You should be able to
2007 Jun 11
6
Package resource changes
What with the impending release and a now fixed bug nagging me, I''m testing puppet [2556] from subversion. There have been changes in packages, I used to have Package { provider => "aptitude", } in my default.pp, but that doesn''t work anymore, and changing package to type or removing the declaration doesn''t help. How do package providers work now?
2006 Dec 01
1
Packages build for Solaris ? As CSW packages ?
...ture.rb ./opt/csw/lib/ruby/site_ruby/1.8/puppet/filetype.rb ./opt/csw/lib/ruby/site_ruby/1.8/puppet/inifile.rb ./opt/csw/lib/ruby/site_ruby/1.8/puppet/loadedfile.rb ./opt/csw/lib/ruby/site_ruby/1.8/puppet/lock.rb ./opt/csw/lib/ruby/site_ruby/1.8/puppet/log.rb ./opt/csw/lib/ruby/site_ruby/1.8/puppet/metatype ./opt/csw/lib/ruby/site_ruby/1.8/puppet/metatype/attributes.rb ./opt/csw/lib/ruby/site_ruby/1.8/puppet/metatype/closure.rb ./opt/csw/lib/ruby/site_ruby/1.8/puppet/metatype/container.rb ./opt/csw/lib/ruby/site_ruby/1.8/puppet/metatype/evaluation.rb ./opt/csw/lib/ruby/site_ruby/1.8/puppet/metatype/i...
2007 Mar 26
7
"Could not run Puppet::Network::Client::Master" after 0.22.2 upgrade
After upgrading my puppetmaster server to 0.22.2 using David''s src RPM''s for RHEL4 rebuilt for x86_64 i am getting the following error when puppetd attempts a configuration run. Mon Mar 26 10:05:43 EST 2007 Puppet (err): Could not run Puppet::[1]Network::Client::Master: Invalid value ''nil'' for noop When puppetd is started the initial run is
2007 Feb 13
10
Is there a limit on the size of a template?
Hello, I have recently run across the following error: /usr/lib/ruby/1.8/yaml/rubytypes.rb:315: [BUG] Segmentation fault This has happened after adding a particularly large template file with ruby 1.8.1. Thank you, -- Rob -- ____________________________________________________________________________________ Be a PS3 game guru. Get your game face on with the latest PS3 news and previews
2009 Jul 28
2
sequential change implementation
How do I prevent the following: I have several web servers behind the load balancer, how do I make sure that when something changes and web servers need to be restarted that they are not all restarted at the same time but rather one by one. Is there a way to configure sequential push of some kind? --~--~---------~--~----~------------~-------~--~----~ You received this message because you are
2010 Oct 06
0
[LLVMdev] Associating types directly with debug metadata?
...gregate types? Well, I'll see. However, I don't understand what is so different in my design from MDNode and MDString being values? Sure, I could make the TypeValue a subclass of MDNode, name it something like MDType, and use a tag different form "typeval", something like "metatype". Would that be better? Or should it still be a direct subclass of Value, like both MDNode and MDString are? I tried to carefully model my code after MDNode and MDString, wherever possible. My intention is to use these from metadata only, after all. --Pekka
2010 Oct 06
2
[LLVMdev] Associating types directly with debug metadata?
On Oct 5, 2010, at 11:23 PM, Nick Lewycky wrote: >> >> Here is another version of the patch. This one includes also a small patch to llvm-gcc so that it generates the type metadata for structures and classes. This one also generates and parses correctly the metadata for .ll files. No .bc support yet. The biggest problem with this version is that it breaks when the compiler/linker
2007 Jan 03
18
error "Stack level too deep" on ''exec[ "perl Makefile.PL" ] ?
Hi, I''m testing puppet from the subversion trunk. I have a rather hacked-together system to install a CRM into one of my nodes, which worked (more or less) with version 0.19.3. When I tried to do a puppet run on a completely clean node it seemed to stall on the ''compilation'' part (I do an exec of ''perl Makefile.PL'' in the appropriate dir). When I broke
2011 Apr 19
8
Handling unmanaged resources and their files/configs
We have resources that, from time to time, are selected to be removed (unmanaged). When it comes to ssh keys, fstab... this leaves a lot of stuff behind that we don''t want. Is there a simple way to remove the unmanaged data so we can keep the systems clean. Thanks. -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post
2013 May 09
0
loading custom type
...Puppet::Type.type(:broker).new(:service_name=>"qpidd_#{area_id}", :url=>@broker_url) or exch = Puppet::Type.type(:exchange).new(:name=>''test'') but in both cases, I get: undefined method `new'' for nil:NilClass (NoMethodError) so I checked the Puppet::MetaType::Manager @types, and my custom type doesn''t show up in the list of known types. How do I tell the manager about my custom type so it can look it up when I use .type(:symbol) ? thanks, Hunter -- You received this message because you are subscribed to the Google Groups "Puppet...
2007 Dec 10
4
Results from testing our manifests, functions and types against HEAD
...lib/ruby/site_ruby/1.8/puppet/util/autoload.rb:130:in `each'' from /usr/lib/ruby/site_ruby/1.8/puppet/util/autoload.rb:130:in `eachdir'' from /usr/lib/ruby/site_ruby/1.8/puppet/util/autoload.rb:108:in `loadall'' from /usr/lib/ruby/site_ruby/1.8/puppet/metatype/providers.rb:234:in `suitableprovider'' ... 36 levels... from /usr/lib/ruby/site_ruby/1.8/puppet/network/client/master.rb:259:in `run'' from /usr/lib/ruby/1.8/sync.rb:229:in `synchronize'' from /usr/lib/ruby/site_ruby/1.8/puppet/network/clie...
2007 Dec 17
5
question about 0.24.0
I see in the changelog that: You now must specify an environment and you are required to specify the valid environments for your site. (#911) Does this mean that the puppetmaster has to be updated before clients work correctly? I ask because I''m testing out a client upgrade to 0.24.0 (server is still 0.23.2) and this is what I''m seeing: [~]% sudo /foo/bin/puppetd
2010 Oct 06
1
[LLVMdev] Associating types directly with debug metadata?
...ypes? Well, I'll see. > > However, I don't understand what is so different in my design from MDNode and MDString being values? Sure, I could make the TypeValue a subclass of MDNode, name it something like MDType, and use a tag different form "typeval", something like "metatype". Would that be better? Or should it still be a direct subclass of Value, like both MDNode and MDString are? > > I tried to carefully model my code after MDNode and MDString, wherever possible. My intention is to use these from metadata only, after all. Yes, you make a good point th...
2018 Sep 28
0
About current Icecast development -- developer edition
...ur code base. Tests Our limited tests have been improved and a number of unit tests has been added. This helps us improving the quality of Icecast with future releases. refobject We unified the API for several types (and more to come) with the new refobject metatype. This also allowed us to start migrating away from old refbuf to new buffer API. Module support We added a basic module support to Icecast. Currently there is no public module that uses it, yet. Yet it will allow future development of optional components. Got cur...
2019 Feb 22
11
RFC: changing variable naming rules in LLVM codebase
I had posted something in the code review but Chris suggested doing it here instead, which makes sense. Also I have to remember that the discussion is specifically about spelling variables, not changing any other spelling conventions. Looking at names of "variables" there's reasonable support for making them visually more distinct from other kinds of names. Regarding making
2005 Aug 04
0
inftyreader
Hi, (please CC) i'm trying to let the inftyreader application (www.inftyproject.com) work with wine-20050524fc3. After having installed few extra libraries (msvcp60, mfc42), i'm stuck with the trace in attachment. Any hint very appreciated. Thanks in advance, -m -------------- next part -------------- fixme:ole:CoCreateInstance no classfactory created for CLSID